Color Hex Logo

#bb842c Color Hex

#BB842C
(187,132,44)
0 Favorites   0 Comments

Color spaces of #bb842c

RGB 18713244
HSL0.100.620.45
HSV37°76°73°
CMYK 0.000.290.76   0.27
XYZ29.199427.24926.1035
Yxy27.24920.46680.4356
Hunter Lab52.20088.495729.6081
CIE-Lab59.204313.220453.1200

#bb842c color RGB value is (187,132,44).

#bb842c hex color red value is 187, green value is 132 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bb842c hue: 0.10 , saturation: 0.62 and the lightness value of bb842c is 0.45.

The process color (four color CMYK) of #bb842c color hex is 0.00, 0.29, 0.76, 0.27. Web safe color of #bb842c is #cc9933. Color #bb842c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000100 00101100
Octal 273 204 54
Decimal 187 132 44
Hex BB 84 2C

RGB Percentages of Color #bb842c

%51.52
%36.36
%12.12

CMYK Percentages of Color #bb842c

%0
%29
%76
%27

Triadic Colors of #bb842c

#bb842c #2cbb84 #842cbb

Analogous Colors of #bb842c

#bb842c #abbb2c #bb3d2c

Monochromatic Colors of #bb842c

#bb842c

Complementary Color

#bb842c #2c63bb

#bb842c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb842c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb842c Color CSS Codes

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

#bb842c Text Font Color

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

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


#bb842c Background Color

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

This div background color is #bb842c


#bb842c Border Color

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

This div border color is #bb842c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb842c


Comments

No comments written yet.

Please login to write comment.