Color Hex Logo

#b9764a Color Hex

#B9764A
(185,118,74)
0 Favorites   0 Comments

Color spaces of #b9764a

RGB 18511874
HSL0.070.440.51
HSV24°60°73°
CMYK 0.000.360.60   0.27
XYZ27.722023.76569.6047
Yxy23.76560.45380.3890
Hunter Lab48.750016.192822.4437
CIE-Lab55.852321.879634.8530

#b9764a color RGB value is (185,118,74).

#b9764a hex color red value is 185, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #b9764a hue: 0.07 , saturation: 0.44 and the lightness value of b9764a is 0.51.

The process color (four color CMYK) of #b9764a color hex is 0.00, 0.36, 0.60, 0.27. Web safe color of #b9764a is #cc6633. Color #b9764a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110110 01001010
Octal 271 166 112
Decimal 185 118 74
Hex B9 76 4A

RGB Percentages of Color #b9764a

%49.07
%31.30
%19.63

CMYK Percentages of Color #b9764a

%0
%36
%60
%27

Triadic Colors of #b9764a

#b9764a #4ab976 #764ab9

Analogous Colors of #b9764a

#b9764a #b9ae4a #b94a56

Monochromatic Colors of #b9764a

#b9764a

Complementary Color

#b9764a #4a8db9

#b9764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9764a Color CSS Codes

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

#b9764a Text Font Color

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

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


#b9764a Background Color

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

This div background color is #b9764a


#b9764a Border Color

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

This div border color is #b9764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9764a


Comments

No comments written yet.

Please login to write comment.