Color Hex Logo

#bb833f Color Hex

#BB833F
(187,131,63)
0 Favorites   0 Comments

Color spaces of #bb833f

RGB 18713163
HSL0.090.500.49
HSV33°66°73°
CMYK 0.000.300.66   0.27
XYZ29.507027.15638.3891
Yxy27.15630.45360.4175
Hunter Lab52.11179.875826.9335
CIE-Lab59.118714.769744.4113

#bb833f color RGB value is (187,131,63).

#bb833f hex color red value is 187, green value is 131 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bb833f hue: 0.09 , saturation: 0.50 and the lightness value of bb833f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 00111111
Octal 273 203 77
Decimal 187 131 63
Hex BB 83 3F

RGB Percentages of Color #bb833f

%49.08
%34.38
%16.54

CMYK Percentages of Color #bb833f

%0
%30
%66
%27

Triadic Colors of #bb833f

#bb833f #3fbb83 #833fbb

Analogous Colors of #bb833f

#bb833f #b5bb3f #bb453f

Monochromatic Colors of #bb833f

#bb833f

Complementary Color

#bb833f #3f77bb

#bb833f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb833f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb833f Color CSS Codes

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

#bb833f Text Font Color

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

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


#bb833f Background Color

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

This div background color is #bb833f


#bb833f Border Color

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

This div border color is #bb833f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb833f


Comments

No comments written yet.

Please login to write comment.