Color Hex Logo

#bb722a Color Hex

#BB722A
(187,114,42)
0 Favorites   0 Comments

Color spaces of #bb722a

RGB 18711442
HSL0.080.630.45
HSV30°78°73°
CMYK 0.000.390.78   0.27
XYZ26.928722.76665.1656
Yxy22.76660.49090.4150
Hunter Lab47.714417.240526.9813
CIE-Lab54.831123.087849.7207

#bb722a color RGB value is (187,114,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 00101010
Octal 273 162 52
Decimal 187 114 42
Hex BB 72 2A

RGB Percentages of Color #bb722a

%54.52
%33.24
%12.24

CMYK Percentages of Color #bb722a

%0
%39
%78
%27

Triadic Colors of #bb722a

#bb722a #2abb72 #722abb

Analogous Colors of #bb722a

#bb722a #bbbb2a #bb2a2b

Monochromatic Colors of #bb722a

#bb722a

Complementary Color

#bb722a #2a73bb

#bb722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb722a Color CSS Codes

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

#bb722a Text Font Color

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

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


#bb722a Background Color

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

This div background color is #bb722a


#bb722a Border Color

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

This div border color is #bb722a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb722a


Comments

No comments written yet.

Please login to write comment.