Color Hex Logo

#b5991f Color Hex

#B5991F
(181,153,31)
0 Favorites   0 Comments

Color spaces of #b5991f

RGB 18115331
HSL0.140.710.42
HSV49°83°71°
CMYK 0.000.150.83   0.29
XYZ30.694632.70525.9913
Yxy32.70520.44230.4713
Hunter Lab57.1885-4.274033.8205
CIE-Lab63.9215-1.449461.7251

#b5991f color RGB value is (181,153,31).

#b5991f hex color red value is 181, green value is 153 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b5991f hue: 0.14 , saturation: 0.71 and the lightness value of b5991f is 0.42.

The process color (four color CMYK) of #b5991f color hex is 0.00, 0.15, 0.83, 0.29. Web safe color of #b5991f is #cc9933. Color #b5991f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011001 00011111
Octal 265 231 37
Decimal 181 153 31
Hex B5 99 1F

RGB Percentages of Color #b5991f

%49.59
%41.92
%8.49

CMYK Percentages of Color #b5991f

%0
%15
%83
%29

Triadic Colors of #b5991f

#b5991f #1fb599 #991fb5

Analogous Colors of #b5991f

#b5991f #86b51f #b54e1f

Monochromatic Colors of #b5991f

#b5991f

Complementary Color

#b5991f #1f3bb5

#b5991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5991f Color CSS Codes

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

#b5991f Text Font Color

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

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


#b5991f Background Color

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

This div background color is #b5991f


#b5991f Border Color

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

This div border color is #b5991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5991f


Comments

No comments written yet.

Please login to write comment.