color codes Logo

#bb804c color codes

#BB804C
(187,128,76)
0 Favorites   0 Comments

Color spaces of #bb804c

RGB 18712876
HSL0.080.450.52
HSV28°59°73°
CMYK 0.000.320.59   0.27
XYZ29.517226.524910.4016
Yxy26.52490.44420.3992
Hunter Lab51.502312.173524.0772
CIE-Lab58.532017.337937.0759

#bb804c color RGB value is (187,128,76).

#bb804c hex color red value is 187, green value is 128 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bb804c hue: 0.08 , saturation: 0.45 and the lightness value of bb804c is 0.52.

The process color (four color CMYK) of #bb804c color code is 0.00, 0.32, 0.59, 0.27. Web safe color of #bb804c is #cc9933. Color #bb804c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 01001100
Octal 273 200 114
Decimal 187 128 76
Hex BB 80 4C

RGB Percentages of Color #bb804c

%47.83
%32.74
%19.44

CMYK Percentages of Color #bb804c

%0
%32
%59
%27

Triadic Colors of #bb804c

#bb804c #4cbb80 #804cbb

Analogous Colors of #bb804c

#bb804c #bbb84c #bb4c50

Monochromatic Colors of #bb804c

#bb804c

Complementary Color

#bb804c #4c87bb

#bb804c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb804c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb804c Color CSS Codes

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

#bb804c Text Font Color

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

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


#bb804c Background Color

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

This div background color is #bb804c


#bb804c Border Color

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

This div border color is #bb804c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb804c


Comments

No comments written yet.

Please login to write comment.