Color Hex Logo

#bb522c Color Hex

#BB522C
(187,82,44)
0 Favorites   0 Comments

Color spaces of #bb522c

RGB 1878244
HSL0.040.620.45
HSV16°76°73°
CMYK 0.000.560.76   0.27
XYZ23.965416.78124.3589
Yxy16.78120.53130.3720
Hunter Lab40.964932.738222.3666
CIE-Lab47.983240.088141.8980

#bb522c color RGB value is (187,82,44).

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

The process color (four color CMYK) of #bb522c color hex is 0.00, 0.56, 0.76, 0.27. Web safe color of #bb522c is #cc6633. Color #bb522c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 00101100
Octal 273 122 54
Decimal 187 82 44
Hex BB 52 2C

RGB Percentages of Color #bb522c

%59.74
%26.20
%14.06

CMYK Percentages of Color #bb522c

%0
%56
%76
%27

Triadic Colors of #bb522c

#bb522c #2cbb52 #522cbb

Analogous Colors of #bb522c

#bb522c #bb9a2c #bb2c4d

Monochromatic Colors of #bb522c

#bb522c

Complementary Color

#bb522c #2c95bb

#bb522c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb522c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb522c Color CSS Codes

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

#bb522c Text Font Color

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

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


#bb522c Background Color

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

This div background color is #bb522c


#bb522c Border Color

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

This div border color is #bb522c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb522c


Comments

No comments written yet.

Please login to write comment.