#B9974C

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

Shades of Husk #B9974C

Tints of Husk #B9974C

Color information

#B9974C (or 0xB9974C) is unknown color: approx Husk. HEX triplet: B9, 97 and 4C. RGB value is (185,151,76). Sum of RGB (Red+Green+Blue) = 185+151+76=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9974C is #4668B3. Grayscale: #989898. Windows color (decimal): -4614324 or 5019577. OLE color: 5019577.

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

Color convert

RGB18515176-
CMYK00.180.590.27
HSL41.28º43.78%51.18%-
HSV(B)41.28º58.92%72.55%-
XYZ32.3832.9711.49-
YUV152.6284.76151.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=44.90%
G=36.65%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851517600.180.590.2741.2843.7851.18
HexB9974C0123B1B292c33
Octal2712271140227333515463
Binary1011100110010111100110001001011101111011101001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9974C; }

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

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

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

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

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

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

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

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