Color Hex Logo

#b9941e Color Hex

#B9941E
(185,148,30)
0 Favorites   0 Comments

Color spaces of #b9941e

RGB 18514830
HSL0.130.720.42
HSV46°84°73°
CMYK 0.000.200.84   0.27
XYZ30.831831.58785.7003
Yxy31.58780.45260.4637
Hunter Lab56.2030-0.433933.3287
CIE-Lab63.00073.029861.3896

#b9941e color RGB value is (185,148,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 00011110
Octal 271 224 36
Decimal 185 148 30
Hex B9 94 1E

RGB Percentages of Color #b9941e

%50.96
%40.77
%8.26

CMYK Percentages of Color #b9941e

%0
%20
%84
%27

Triadic Colors of #b9941e

#b9941e #1eb994 #941eb9

Analogous Colors of #b9941e

#b9941e #91b91e #b9471e

Monochromatic Colors of #b9941e

#b9941e

Complementary Color

#b9941e #1e43b9

#b9941e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9941e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9941e Color CSS Codes

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

#b9941e Text Font Color

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

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


#b9941e Background Color

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

This div background color is #b9941e


#b9941e Border Color

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

This div border color is #b9941e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9941e


Comments

No comments written yet.

Please login to write comment.