Color Hex Logo

#bb711f Color Hex

#BB711F
(187,113,31)
0 Favorites   0 Comments

Color spaces of #bb711f

RGB 18711331
HSL0.090.720.43
HSV32°83°73°
CMYK 0.000.400.83   0.27
XYZ26.646022.47404.2298
Yxy22.47400.49950.4213
Hunter Lab47.406817.368027.8947
CIE-Lab54.526423.248253.8616

#bb711f color RGB value is (187,113,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 00011111
Octal 273 161 37
Decimal 187 113 31
Hex BB 71 1F

RGB Percentages of Color #bb711f

%56.50
%34.14
%9.37

CMYK Percentages of Color #bb711f

%0
%40
%83
%27

Triadic Colors of #bb711f

#bb711f #1fbb71 #711fbb

Analogous Colors of #bb711f

#bb711f #b7bb1f #bb231f

Monochromatic Colors of #bb711f

#bb711f

Complementary Color

#bb711f #1f69bb

#bb711f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb711f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb711f Color CSS Codes

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

#bb711f Text Font Color

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

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


#bb711f Background Color

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

This div background color is #bb711f


#bb711f Border Color

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

This div border color is #bb711f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb711f


Comments

No comments written yet.

Please login to write comment.