Color Hex Logo

#bb8c33 Color Hex

#BB8C33
(187,140,51)
0 Favorites   0 Comments

Color spaces of #bb8c33

RGB 18714051
HSL0.110.570.47
HSV39°73°73°
CMYK 0.000.250.73   0.27
XYZ30.469129.56007.2317
Yxy29.56000.45300.4395
Hunter Lab54.36914.887630.1721
CIE-Lab61.27279.125752.2341

#bb8c33 color RGB value is (187,140,51).

#bb8c33 hex color red value is 187, green value is 140 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bb8c33 hue: 0.11 , saturation: 0.57 and the lightness value of bb8c33 is 0.47.

The process color (four color CMYK) of #bb8c33 color hex is 0.00, 0.25, 0.73, 0.27. Web safe color of #bb8c33 is #cc9933. Color #bb8c33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001100 00110011
Octal 273 214 63
Decimal 187 140 51
Hex BB 8C 33

RGB Percentages of Color #bb8c33

%49.47
%37.04
%13.49

CMYK Percentages of Color #bb8c33

%0
%25
%73
%27

Triadic Colors of #bb8c33

#bb8c33 #33bb8c #8c33bb

Analogous Colors of #bb8c33

#bb8c33 #a6bb33 #bb4833

Monochromatic Colors of #bb8c33

#bb8c33

Complementary Color

#bb8c33 #3362bb

#bb8c33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8c33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8c33 Color CSS Codes

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

#bb8c33 Text Font Color

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

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


#bb8c33 Background Color

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

This div background color is #bb8c33


#bb8c33 Border Color

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

This div border color is #bb8c33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8c33


Comments

No comments written yet.

Please login to write comment.