Color Hex Logo

#b5740f Color Hex

#B5740F
(181,116,15)
0 Favorites   0 Comments

Color spaces of #b5740f

RGB 18111615
HSL0.100.850.38
HSV37°92°71°
CMYK 0.000.360.92   0.29
XYZ25.387722.34903.4277
Yxy22.34900.49620.4368
Hunter Lab47.274713.128128.7934
CIE-Lab54.395418.578558.2207

#b5740f color RGB value is (181,116,15).

#b5740f hex color red value is 181, green value is 116 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b5740f hue: 0.10 , saturation: 0.85 and the lightness value of b5740f is 0.38.

The process color (four color CMYK) of #b5740f color hex is 0.00, 0.36, 0.92, 0.29. Web safe color of #b5740f is #cc6600. Color #b5740f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01110100 00001111
Octal 265 164 17
Decimal 181 116 15
Hex B5 74 F

RGB Percentages of Color #b5740f

%58.01
%37.18
%4.81

CMYK Percentages of Color #b5740f

%0
%36
%92
%29

Triadic Colors of #b5740f

#b5740f #0fb574 #740fb5

Analogous Colors of #b5740f

#b5740f #a3b50f #b5210f

Monochromatic Colors of #b5740f

#b5740f

Complementary Color

#b5740f #0f50b5

#b5740f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5740f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5740f Color CSS Codes

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

#b5740f Text Font Color

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

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


#b5740f Background Color

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

This div background color is #b5740f


#b5740f Border Color

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

This div border color is #b5740f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5740f


Comments

No comments written yet.

Please login to write comment.