Color Hex Logo

#b9796a Color Hex

#B9796A
(185,121,106)
0 Favorites   0 Comments

Color spaces of #b9796a

RGB 185121106
HSL0.030.360.57
HSV11°43°73°
CMYK 0.000.350.43   0.27
XYZ29.446525.029616.9149
Yxy25.02960.41250.3506
Hunter Lab50.029617.510014.9749
CIE-Lab57.104223.221318.5275

#b9796a color RGB value is (185,121,106).

#b9796a hex color red value is 185, green value is 121 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b9796a hue: 0.03 , saturation: 0.36 and the lightness value of b9796a is 0.57.

The process color (four color CMYK) of #b9796a color hex is 0.00, 0.35, 0.43, 0.27. Web safe color of #b9796a is #cc6666. Color #b9796a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 01101010
Octal 271 171 152
Decimal 185 121 106
Hex B9 79 6A

RGB Percentages of Color #b9796a

%44.90
%29.37
%25.73

CMYK Percentages of Color #b9796a

%0
%35
%43
%27

Triadic Colors of #b9796a

#b9796a #6ab979 #796ab9

Analogous Colors of #b9796a

#b9796a #b9a16a #b96a83

Monochromatic Colors of #b9796a

#b9796a

Complementary Color

#b9796a #6aaab9

#b9796a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9796a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9796a Color CSS Codes

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

#b9796a Text Font Color

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

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


#b9796a Background Color

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

This div background color is #b9796a


#b9796a Border Color

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

This div border color is #b9796a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9796a


Comments

No comments written yet.

Please login to write comment.