Color Hex Logo

#bb601f Color Hex

#BB601F
(187,96,31)
0 Favorites   0 Comments

Color spaces of #bb601f

RGB 1879631
HSL0.070.720.43
HSV25°83°73°
CMYK 0.000.490.83   0.27
XYZ24.923719.02953.6558
Yxy19.02950.52350.3997
Hunter Lab43.622825.645225.5672
CIE-Lab50.721732.439450.5160

#bb601f color RGB value is (187,96,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100000 00011111
Octal 273 140 37
Decimal 187 96 31
Hex BB 60 1F

RGB Percentages of Color #bb601f

%59.55
%30.57
%9.87

CMYK Percentages of Color #bb601f

%0
%49
%83
%27

Triadic Colors of #bb601f

#bb601f #1fbb60 #601fbb

Analogous Colors of #bb601f

#bb601f #bbae1f #bb1f2c

Monochromatic Colors of #bb601f

#bb601f

Complementary Color

#bb601f #1f7abb

#bb601f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb601f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb601f Color CSS Codes

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

#bb601f Text Font Color

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

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


#bb601f Background Color

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

This div background color is #bb601f


#bb601f Border Color

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

This div border color is #bb601f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb601f


Comments

No comments written yet.

Please login to write comment.