Color Hex Logo

#b9795d Color Hex

#B9795D
(185,121,93)
0 Favorites   0 Comments

Color spaces of #b9795d

RGB 18512193
HSL0.050.400.55
HSV18°50°73°
CMYK 0.000.350.50   0.27
XYZ28.820724.779313.6198
Yxy24.77930.42880.3686
Hunter Lab49.778816.234218.6230
CIE-Lab56.859721.861225.5972

#b9795d color RGB value is (185,121,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 01011101
Octal 271 171 135
Decimal 185 121 93
Hex B9 79 5D

RGB Percentages of Color #b9795d

%46.37
%30.33
%23.31

CMYK Percentages of Color #b9795d

%0
%35
%50
%27

Triadic Colors of #b9795d

#b9795d #5db979 #795db9

Analogous Colors of #b9795d

#b9795d #b9a75d #b95d6f

Monochromatic Colors of #b9795d

#b9795d

Complementary Color

#b9795d #5d9db9

#b9795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9795d Color CSS Codes

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

#b9795d Text Font Color

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

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


#b9795d Background Color

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

This div background color is #b9795d


#b9795d Border Color

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

This div border color is #b9795d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9795d


Comments

No comments written yet.

Please login to write comment.