Color Hex Logo

#b9963a Color Hex

#B9963A
(185,150,58)
0 Favorites   0 Comments

Color spaces of #b9963a

RGB 18515058
HSL0.120.520.48
HSV43°69°73°
CMYK 0.000.190.69   0.27
XYZ31.677732.43258.5935
Yxy32.43250.43570.4461
Hunter Lab56.9495-0.372630.9180
CIE-Lab63.69873.134751.6223

#b9963a color RGB value is (185,150,58).

#b9963a hex color red value is 185, green value is 150 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b9963a hue: 0.12 , saturation: 0.52 and the lightness value of b9963a is 0.48.

The process color (four color CMYK) of #b9963a color hex is 0.00, 0.19, 0.69, 0.27. Web safe color of #b9963a is #cc9933. Color #b9963a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010110 00111010
Octal 271 226 72
Decimal 185 150 58
Hex B9 96 3A

RGB Percentages of Color #b9963a

%47.07
%38.17
%14.76

CMYK Percentages of Color #b9963a

%0
%19
%69
%27

Triadic Colors of #b9963a

#b9963a #3ab996 #963ab9

Analogous Colors of #b9963a

#b9963a #9db93a #b9573a

Monochromatic Colors of #b9963a

#b9963a

Complementary Color

#b9963a #3a5db9

#b9963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9963a Color CSS Codes

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

#b9963a Text Font Color

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

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


#b9963a Background Color

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

This div background color is #b9963a


#b9963a Border Color

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

This div border color is #b9963a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,150,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9963a


Comments

No comments written yet.

Please login to write comment.