Color Hex Logo

#bb741e Color Hex

#BB741E
(187,116,30)
0 Favorites   0 Comments

Color spaces of #bb741e

RGB 18711630
HSL0.090.720.43
HSV33°84°73°
CMYK 0.000.380.84   0.27
XYZ26.973323.14934.2749
Yxy23.14930.49590.4256
Hunter Lab48.113715.870928.4117
CIE-Lab55.225821.567854.8277

#bb741e color RGB value is (187,116,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 00011110
Octal 273 164 36
Decimal 187 116 30
Hex BB 74 1E

RGB Percentages of Color #bb741e

%56.16
%34.83
%9.01

CMYK Percentages of Color #bb741e

%0
%38
%84
%27

Triadic Colors of #bb741e

#bb741e #1ebb74 #741ebb

Analogous Colors of #bb741e

#bb741e #b4bb1e #bb261e

Monochromatic Colors of #bb741e

#bb741e

Complementary Color

#bb741e #1e65bb

#bb741e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb741e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb741e Color CSS Codes

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

#bb741e Text Font Color

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

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


#bb741e Background Color

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

This div background color is #bb741e


#bb741e Border Color

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

This div border color is #bb741e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb741e


Comments

No comments written yet.

Please login to write comment.