Color Hex Logo

#bb832c Color Hex

#BB832C
(187,131,44)
0 Favorites   0 Comments

Color spaces of #bb832c

RGB 18713144
HSL0.100.620.45
HSV37°76°73°
CMYK 0.000.300.76   0.27
XYZ29.064426.97926.0585
Yxy26.97920.46800.4344
Hunter Lab51.94158.983929.4434
CIE-Lab58.955113.773852.8789

#bb832c color RGB value is (187,131,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 00101100
Octal 273 203 54
Decimal 187 131 44
Hex BB 83 2C

RGB Percentages of Color #bb832c

%51.66
%36.19
%12.15

CMYK Percentages of Color #bb832c

%0
%30
%76
%27

Triadic Colors of #bb832c

#bb832c #2cbb83 #832cbb

Analogous Colors of #bb832c

#bb832c #acbb2c #bb3b2c

Monochromatic Colors of #bb832c

#bb832c

Complementary Color

#bb832c #2c64bb

#bb832c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb832c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb832c Color CSS Codes

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

#bb832c Text Font Color

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

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


#bb832c Background Color

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

This div background color is #bb832c


#bb832c Border Color

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

This div border color is #bb832c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb832c


Comments

No comments written yet.

Please login to write comment.