Color Hex Logo

#b9795a Color Hex

#B9795A
(185,121,90)
0 Favorites   0 Comments

Color spaces of #b9795a

RGB 18512190
HSL0.050.400.54
HSV20°51°73°
CMYK 0.000.350.51   0.27
XYZ28.690424.727212.9335
Yxy24.72720.43240.3727
Hunter Lab49.726515.966919.3876
CIE-Lab56.808621.574527.2182

#b9795a color RGB value is (185,121,90).

#b9795a hex color red value is 185, green value is 121 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b9795a hue: 0.05 , saturation: 0.40 and the lightness value of b9795a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 01011010
Octal 271 171 132
Decimal 185 121 90
Hex B9 79 5A

RGB Percentages of Color #b9795a

%46.72
%30.56
%22.73

CMYK Percentages of Color #b9795a

%0
%35
%51
%27

Triadic Colors of #b9795a

#b9795a #5ab979 #795ab9

Analogous Colors of #b9795a

#b9795a #b9a95a #b95a6b

Monochromatic Colors of #b9795a

#b9795a

Complementary Color

#b9795a #5a9ab9

#b9795a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9795a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9795a Color CSS Codes

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

#b9795a Text Font Color

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

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


#b9795a Background Color

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

This div background color is #b9795a


#b9795a Border Color

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

This div border color is #b9795a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9795a


Comments

No comments written yet.

Please login to write comment.