Color Hex Logo

#bb521f Color Hex

#BB521F
(187,82,31)
0 Favorites   0 Comments

Color spaces of #bb521f

RGB 1878231
HSL0.050.720.43
HSV20°83°73°
CMYK 0.000.560.83   0.27
XYZ23.758116.69833.2672
Yxy16.69830.54340.3819
Hunter Lab40.863632.268823.8640
CIE-Lab47.877639.629647.9847

#bb521f color RGB value is (187,82,31).

#bb521f hex color red value is 187, green value is 82 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bb521f hue: 0.05 , saturation: 0.72 and the lightness value of bb521f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010010 00011111
Octal 273 122 37
Decimal 187 82 31
Hex BB 52 1F

RGB Percentages of Color #bb521f

%62.33
%27.33
%10.33

CMYK Percentages of Color #bb521f

%0
%56
%83
%27

Triadic Colors of #bb521f

#bb521f #1fbb52 #521fbb

Analogous Colors of #bb521f

#bb521f #bba01f #bb1f3a

Monochromatic Colors of #bb521f

#bb521f

Complementary Color

#bb521f #1f88bb

#bb521f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb521f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb521f Color CSS Codes

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

#bb521f Text Font Color

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

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


#bb521f Background Color

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

This div background color is #bb521f


#bb521f Border Color

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

This div border color is #bb521f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb521f


Comments

No comments written yet.

Please login to write comment.