Color Hex Logo

#bb832f Color Hex

#BB832F
(187,131,47)
0 Favorites   0 Comments

Color spaces of #bb832f

RGB 18713147
HSL0.100.600.46
HSV36°75°73°
CMYK 0.000.300.75   0.27
XYZ29.122927.00266.3664
Yxy27.00260.46600.4321
Hunter Lab51.96409.102129.1109
CIE-Lab58.976713.906351.6441

#bb832f color RGB value is (187,131,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 00101111
Octal 273 203 57
Decimal 187 131 47
Hex BB 83 2F

RGB Percentages of Color #bb832f

%51.23
%35.89
%12.88

CMYK Percentages of Color #bb832f

%0
%30
%75
%27

Triadic Colors of #bb832f

#bb832f #2fbb83 #832fbb

Analogous Colors of #bb832f

#bb832f #adbb2f #bb3d2f

Monochromatic Colors of #bb832f

#bb832f

Complementary Color

#bb832f #2f67bb

#bb832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb832f Color CSS Codes

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

#bb832f Text Font Color

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

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


#bb832f Background Color

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

This div background color is #bb832f


#bb832f Border Color

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

This div border color is #bb832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb832f


Comments

No comments written yet.

Please login to write comment.