Color Hex Logo

#bb531f Color Hex

#BB531F
(187,83,31)
0 Favorites   0 Comments

Color spaces of #bb531f

RGB 1878331
HSL0.060.720.43
HSV20°83°73°
CMYK 0.000.560.83   0.27
XYZ23.834116.85023.2925
Yxy16.85020.54200.3832
Hunter Lab41.049031.805923.9787
CIE-Lab48.070739.132748.1576

#bb531f color RGB value is (187,83,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 00011111
Octal 273 123 37
Decimal 187 83 31
Hex BB 53 1F

RGB Percentages of Color #bb531f

%62.13
%27.57
%10.30

CMYK Percentages of Color #bb531f

%0
%56
%83
%27

Triadic Colors of #bb531f

#bb531f #1fbb53 #531fbb

Analogous Colors of #bb531f

#bb531f #bba11f #bb1f39

Monochromatic Colors of #bb531f

#bb531f

Complementary Color

#bb531f #1f87bb

#bb531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb531f Color CSS Codes

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

#bb531f Text Font Color

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

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


#bb531f Background Color

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

This div background color is #bb531f


#bb531f Border Color

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

This div border color is #bb531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb531f


Comments

No comments written yet.

Please login to write comment.