Color Hex Logo

#bb742b Color Hex

#BB742B
(187,116,43)
0 Favorites   0 Comments

Color spaces of #bb742b

RGB 18711643
HSL0.080.630.45
HSV30°77°73°
CMYK 0.000.380.77   0.27
XYZ27.175023.23005.3371
Yxy23.23000.48750.4167
Hunter Lab48.197516.297327.1728
CIE-Lab55.308522.028549.7511

#bb742b color RGB value is (187,116,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 00101011
Octal 273 164 53
Decimal 187 116 43
Hex BB 74 2B

RGB Percentages of Color #bb742b

%54.05
%33.53
%12.43

CMYK Percentages of Color #bb742b

%0
%38
%77
%27

Triadic Colors of #bb742b

#bb742b #2bbb74 #742bbb

Analogous Colors of #bb742b

#bb742b #babb2b #bb2c2b

Monochromatic Colors of #bb742b

#bb742b

Complementary Color

#bb742b #2b72bb

#bb742b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb742b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb742b Color CSS Codes

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

#bb742b Text Font Color

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

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


#bb742b Background Color

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

This div background color is #bb742b


#bb742b Border Color

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

This div border color is #bb742b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb742b


Comments

No comments written yet.

Please login to write comment.