#B9974D

Color #B9974D Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B9974D

Tints of Husk #B9974D

Color information

#B9974D (or 0xB9974D) is unknown color: approx Husk. HEX triplet: B9, 97 and 4D. RGB value is (185,151,77). Sum of RGB (Red+Green+Blue) = 185+151+77=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9974D is #4668B2. Grayscale: #999999. Windows color (decimal): -4614323 or 5085113. OLE color: 5085113.

HSL color Cylindrical-coordinate representation of color #B9974D: hue angle of 41.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9974D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18515177-
CMYK00.180.580.27
HSL41.11º43.55%51.37%-
HSV(B)41.11º58.38%72.55%-
XYZ32.4132.9811.68-
YUV152.7385.26151.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 77 (30.47% from 255) = 18.64%
R=44.79%
G=36.56%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851517700.180.580.2741.1143.5551.37
HexB9974D0123A1B292c33
Octal2712271150227233515463
Binary1011100110010111100110101001011101011011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9974D; }

 p { color: rgb(185,151,77); }

 H1.HeaderClassName
 {
   color: #B9974D;
 }
 .AnyTagClassName
 {
   color: #B9974D;
 }
</style>
background-color css

<style>
 a { background-color: #B9974D; }

 a { background-color: rgb(185,151,77); }

 div.DivClassName
 {
   background-color: #B9974D;
 }
 .BgClassName
 {
   background-color: #B9974D;
 }
</style>
border-color css

<style>
 span { border-color: #B9974D; }

 span { border-color: rgb(185,151,77); }

 td.TdClassName
 {
   border-color: #B9974D;
 }
 .TagClassName
 {
   border-color: #B9974D;
 }
</style>