Color Hex Logo

#bb740e Color Hex

#BB740E
(187,116,14)
0 Favorites   0 Comments

Color spaces of #bb740e

RGB 18711614
HSL0.100.860.39
HSV35°93°73°
CMYK 0.000.380.93   0.27
XYZ26.818223.08733.4583
Yxy23.08730.50260.4326
Hunter Lab48.049215.541829.3671
CIE-Lab55.162121.211259.3554

#bb740e color RGB value is (187,116,14).

#bb740e hex color red value is 187, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb740e hue: 0.10 , saturation: 0.86 and the lightness value of bb740e is 0.39.

The process color (four color CMYK) of #bb740e color hex is 0.00, 0.38, 0.93, 0.27. Web safe color of #bb740e is #cc6600. Color #bb740e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 00001110
Octal 273 164 16
Decimal 187 116 14
Hex BB 74 E

RGB Percentages of Color #bb740e

%58.99
%36.59
%4.42

CMYK Percentages of Color #bb740e

%0
%38
%93
%27

Triadic Colors of #bb740e

#bb740e #0ebb74 #740ebb

Analogous Colors of #bb740e

#bb740e #acbb0e #bb1e0e

Monochromatic Colors of #bb740e

#bb740e

Complementary Color

#bb740e #0e55bb

#bb740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb740e Color CSS Codes

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

#bb740e Text Font Color

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

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


#bb740e Background Color

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

This div background color is #bb740e


#bb740e Border Color

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

This div border color is #bb740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb740e


Comments

No comments written yet.

Please login to write comment.