Color Hex Logo

#b5981e Color Hex

#B5981E
(181,152,30)
0 Favorites   0 Comments

Color spaces of #b5981e

RGB 18115230
HSL0.130.720.41
HSV48°83°71°
CMYK 0.000.160.83   0.29
XYZ30.518632.37405.8686
Yxy32.37400.44380.4708
Hunter Lab56.8982-3.829333.7134
CIE-Lab63.6508-0.939561.7812

#b5981e color RGB value is (181,152,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011000 00011110
Octal 265 230 36
Decimal 181 152 30
Hex B5 98 1E

RGB Percentages of Color #b5981e

%49.86
%41.87
%8.26

CMYK Percentages of Color #b5981e

%0
%16
%83
%29

Triadic Colors of #b5981e

#b5981e #1eb598 #981eb5

Analogous Colors of #b5981e

#b5981e #87b51e #b54d1e

Monochromatic Colors of #b5981e

#b5981e

Complementary Color

#b5981e #1e3bb5

#b5981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5981e Color CSS Codes

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

#b5981e Text Font Color

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

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


#b5981e Background Color

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

This div background color is #b5981e


#b5981e Border Color

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

This div border color is #b5981e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,152,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 #b5981e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5981e


Comments

No comments written yet.

Please login to write comment.