Color Hex Logo

#bb8e42 Color Hex

#BB8E42
(187,142,66)
0 Favorites   0 Comments

Color spaces of #bb8e42

RGB 18714266
HSL0.100.480.50
HSV38°65°73°
CMYK 0.000.240.65   0.27
XYZ31.149930.30419.3618
Yxy30.30410.43990.4279
Hunter Lab55.04924.669328.4514
CIE-Lab61.91578.884046.0641

#bb8e42 color RGB value is (187,142,66).

#bb8e42 hex color red value is 187, green value is 142 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bb8e42 hue: 0.10 , saturation: 0.48 and the lightness value of bb8e42 is 0.50.

The process color (four color CMYK) of #bb8e42 color hex is 0.00, 0.24, 0.65, 0.27. Web safe color of #bb8e42 is #cc9933. Color #bb8e42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 01000010
Octal 273 216 102
Decimal 187 142 66
Hex BB 8E 42

RGB Percentages of Color #bb8e42

%47.34
%35.95
%16.71

CMYK Percentages of Color #bb8e42

%0
%24
%65
%27

Triadic Colors of #bb8e42

#bb8e42 #42bb8e #8e42bb

Analogous Colors of #bb8e42

#bb8e42 #acbb42 #bb5242

Monochromatic Colors of #bb8e42

#bb8e42

Complementary Color

#bb8e42 #426fbb

#bb8e42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8e42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8e42 Color CSS Codes

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

#bb8e42 Text Font Color

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

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


#bb8e42 Background Color

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

This div background color is #bb8e42


#bb8e42 Border Color

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

This div border color is #bb8e42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8e42


Comments

No comments written yet.

Please login to write comment.