Color Hex Logo

#b9981e Color Hex

#B9981E
(185,152,30)
0 Favorites   0 Comments

Color spaces of #b9981e

RGB 18515230
HSL0.130.720.42
HSV47°84°73°
CMYK 0.000.180.84   0.27
XYZ31.470232.86455.9131
Yxy32.86450.44800.4678
Hunter Lab57.3276-2.334934.0138
CIE-Lab64.05100.857662.2808

#b9981e color RGB value is (185,152,30).

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

The process color (four color CMYK) of #b9981e color hex is 0.00, 0.18, 0.84, 0.27. Web safe color of #b9981e is #cc9933. Color #b9981e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011000 00011110
Octal 271 230 36
Decimal 185 152 30
Hex B9 98 1E

RGB Percentages of Color #b9981e

%50.41
%41.42
%8.17

CMYK Percentages of Color #b9981e

%0
%18
%84
%27

Triadic Colors of #b9981e

#b9981e #1eb998 #981eb9

Analogous Colors of #b9981e

#b9981e #8db91e #b94b1e

Monochromatic Colors of #b9981e

#b9981e

Complementary Color

#b9981e #1e3fb9

#b9981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9981e Color CSS Codes

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

#b9981e Text Font Color

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

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


#b9981e Background Color

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

This div background color is #b9981e


#b9981e Border Color

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

This div border color is #b9981e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9981e


Comments

No comments written yet.

Please login to write comment.