Color Hex Logo

#bb827e Color Hex

#BB827E
(187,130,126)
0 Favorites   0 Comments

Color spaces of #bb827e

RGB 187130126
HSL0.010.310.61
HSV33°73°
CMYK 0.000.300.33   0.27
XYZ32.242028.036423.4509
Yxy28.03640.38510.3348
Hunter Lab52.949416.030910.8055
CIE-Lab59.921621.461811.0148

#bb827e color RGB value is (187,130,126).

#bb827e hex color red value is 187, green value is 130 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bb827e hue: 0.01 , saturation: 0.31 and the lightness value of bb827e is 0.61.

The process color (four color CMYK) of #bb827e color hex is 0.00, 0.30, 0.33, 0.27. Web safe color of #bb827e is #cc9966. Color #bb827e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 01111110
Octal 273 202 176
Decimal 187 130 126
Hex BB 82 7E

RGB Percentages of Color #bb827e

%42.21
%29.35
%28.44

CMYK Percentages of Color #bb827e

%0
%30
%33
%27

Triadic Colors of #bb827e

#bb827e #7ebb82 #827ebb

Analogous Colors of #bb827e

#bb827e #bba17e #bb7e99

Monochromatic Colors of #bb827e

#bb827e

Complementary Color

#bb827e #7eb7bb

#bb827e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb827e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb827e Color CSS Codes

.mybgcolor {background-color:#bb827e; } 
.myforecolor {color:#bb827e; }
.mybordercolor {border:3px solid #bb827e; }

#bb827e Text Font Color

<p style="color:#bb827e">Text here</p>

This sample text font color is #bb827e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bb827e Background Color

<div style="background-color:#bb827e">
Div content here</div>

This div background color is #bb827e


#bb827e Border Color

<div style="border:3px solid #bb827e">
Div here</div>

This div border color is #bb827e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,130,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb827e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb827e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb827e;
  box-shadow:         1px 1px 3px 2px #bb827e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,130,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb827e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bb827e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb827e;
  box-shadow:         1px 1px 3px 2px #bb827e;">
Div content here</div>

This div box has shadow with color #bb827e


Comments

No comments written yet.

Please login to write comment.