Color Hex Logo

#bb742a Color Hex

#BB742A
(187,116,42)
0 Favorites   0 Comments

Color spaces of #bb742a

RGB 18711642
HSL0.090.630.45
HSV31°78°73°
CMYK 0.000.380.78   0.27
XYZ27.156823.22275.2416
Yxy23.22270.48820.4175
Hunter Lab48.189916.258927.2840
CIE-Lab55.301021.987150.1774

#bb742a color RGB value is (187,116,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 00101010
Octal 273 164 52
Decimal 187 116 42
Hex BB 74 2A

RGB Percentages of Color #bb742a

%54.20
%33.62
%12.17

CMYK Percentages of Color #bb742a

%0
%38
%78
%27

Triadic Colors of #bb742a

#bb742a #2abb74 #742abb

Analogous Colors of #bb742a

#bb742a #babb2a #bb2c2a

Monochromatic Colors of #bb742a

#bb742a

Complementary Color

#bb742a #2a71bb

#bb742a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb742a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb742a Color CSS Codes

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

#bb742a Text Font Color

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

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


#bb742a Background Color

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

This div background color is #bb742a


#bb742a Border Color

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

This div border color is #bb742a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb742a


Comments

No comments written yet.

Please login to write comment.