Color Hex Logo

#bb712a Color Hex

#BB712A
(187,113,42)
0 Favorites   0 Comments

Color spaces of #bb712a

RGB 18711342
HSL0.080.630.45
HSV29°78°73°
CMYK 0.000.400.78   0.27
XYZ26.816622.54225.1282
Yxy22.54220.49220.4137
Hunter Lab47.478617.731726.8311
CIE-Lab54.597623.637949.4933

#bb712a color RGB value is (187,113,42).

#bb712a hex color red value is 187, green value is 113 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bb712a hue: 0.08 , saturation: 0.63 and the lightness value of bb712a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110001 00101010
Octal 273 161 52
Decimal 187 113 42
Hex BB 71 2A

RGB Percentages of Color #bb712a

%54.68
%33.04
%12.28

CMYK Percentages of Color #bb712a

%0
%40
%78
%27

Triadic Colors of #bb712a

#bb712a #2abb71 #712abb

Analogous Colors of #bb712a

#bb712a #bbba2a #bb2a2c

Monochromatic Colors of #bb712a

#bb712a

Complementary Color

#bb712a #2a74bb

#bb712a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb712a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb712a Color CSS Codes

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

#bb712a Text Font Color

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

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


#bb712a Background Color

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

This div background color is #bb712a


#bb712a Border Color

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

This div border color is #bb712a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb712a


Comments

No comments written yet.

Please login to write comment.