#B9984B

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

Shades of Husk #B9984B

Tints of Husk #B9984B

Color information

#B9984B (or 0xB9984B) is unknown color: approx Husk. HEX triplet: B9, 98 and 4B. RGB value is (185,152,75). Sum of RGB (Red+Green+Blue) = 185+152+75=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9984B is #4667B4. Grayscale: #999999. Windows color (decimal): -4614069 or 4954297. OLE color: 4954297.

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

Color convert

RGB18515275-
CMYK00.180.590.27
HSL42º44%50.98%-
HSV(B)42º59.46%72.55%-
XYZ32.5133.2811.37-
YUV153.0983.93150.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 75 (29.69% from 255) = 18.20%
R=44.90%
G=36.89%
B=18.20%

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
Decimal1851527500.180.590.27424450.98
HexB9984B0123B1B2a2c33
Octal2712301130227333525463
Binary1011100110011000100101101001011101111011101010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9984B; }

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

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

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

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

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

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

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

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