Color Hex Logo

#bb8e7e Color Hex

#BB8E7E
(187,142,126)
0 Favorites   0 Comments

Color spaces of #bb8e7e

RGB 187142126
HSL0.040.310.61
HSV16°33°73°
CMYK 0.000.240.33   0.27
XYZ33.932431.417224.0143
Yxy31.41720.37970.3516
Hunter Lab56.05109.971713.8337
CIE-Lab62.858314.794515.1255

#bb8e7e color RGB value is (187,142,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 01111110
Octal 273 216 176
Decimal 187 142 126
Hex BB 8E 7E

RGB Percentages of Color #bb8e7e

%41.10
%31.21
%27.69

CMYK Percentages of Color #bb8e7e

%0
%24
%33
%27

Triadic Colors of #bb8e7e

#bb8e7e #7ebb8e #8e7ebb

Analogous Colors of #bb8e7e

#bb8e7e #bbad7e #bb7e8d

Monochromatic Colors of #bb8e7e

#bb8e7e

Complementary Color

#bb8e7e #7eabbb

#bb8e7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8e7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8e7e Color CSS Codes

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

#bb8e7e Text Font Color

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

This sample text font color is #bb8e7e
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.


#bb8e7e Background Color

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

This div background color is #bb8e7e


#bb8e7e Border Color

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

This div border color is #bb8e7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,142,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 #bb8e7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8e7e


Comments

No comments written yet.

Please login to write comment.