#B9984C

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

Shades of Husk #B9984C

Tints of Husk #B9984C

Color information

#B9984C (or 0xB9984C) is unknown color: approx Husk. HEX triplet: B9, 98 and 4C. RGB value is (185,152,76). Sum of RGB (Red+Green+Blue) = 185+152+76=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9984C is #4667B3. Grayscale: #999999. Windows color (decimal): -4614068 or 5019833. OLE color: 5019833.

HSL color Cylindrical-coordinate representation of color #B9984C: hue angle of 41.83º 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 #B9984C is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18515276-
CMYK00.180.590.27
HSL41.83º43.78%51.18%-
HSV(B)41.83º58.92%72.55%-
XYZ32.5433.2911.55-
YUV153.284.43150.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=44.79%
G=36.80%
B=18.40%

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
Decimal1851527600.180.590.2741.8343.7851.18
HexB9984C0123B1B2a2c33
Octal2712301140227333525463
Binary1011100110011000100110001001011101111011101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9984C; }

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

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

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

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

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

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

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

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