Color Hex Logo

#b5911b Color Hex

#B5911B
(181,145,27)
0 Favorites   0 Comments

Color spaces of #b5911b

RGB 18114527
HSL0.130.740.41
HSV46°85°71°
CMYK 0.000.200.85   0.29
XYZ29.379330.15375.3087
Yxy30.15370.45310.4650
Hunter Lab54.9124-0.595432.7068
CIE-Lab61.78662.781161.0504

#b5911b color RGB value is (181,145,27).

#b5911b hex color red value is 181, green value is 145 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b5911b hue: 0.13 , saturation: 0.74 and the lightness value of b5911b is 0.41.

The process color (four color CMYK) of #b5911b color hex is 0.00, 0.20, 0.85, 0.29. Web safe color of #b5911b is #cc9933. Color #b5911b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010001 00011011
Octal 265 221 33
Decimal 181 145 27
Hex B5 91 1B

RGB Percentages of Color #b5911b

%51.27
%41.08
%7.65

CMYK Percentages of Color #b5911b

%0
%20
%85
%29

Triadic Colors of #b5911b

#b5911b #1bb591 #911bb5

Analogous Colors of #b5911b

#b5911b #8cb51b #b5441b

Monochromatic Colors of #b5911b

#b5911b

Complementary Color

#b5911b #1b3fb5

#b5911b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5911b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5911b Color CSS Codes

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

#b5911b Text Font Color

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

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


#b5911b Background Color

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

This div background color is #b5911b


#b5911b Border Color

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

This div border color is #b5911b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5911b


Comments

No comments written yet.

Please login to write comment.