Shades of Husk #B3984C
Tints of Husk #B3984C
RGB
CMYK
RGB Variations
Color information
#B3984C (or 0xB3984C) is known color: Husk. HEX triplet: B3, 98 and 4C. RGB value is (179,152,76). Sum of RGB (Red+Green+Blue) = 179+152+76=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3984C is #4C67B3. Grayscale: #979797. Windows color (decimal): -5007284 or 5019827. OLE color: 5019827.
HSL color Cylindrical-coordinate representation of color #B3984C: hue angle of 44.27º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3984C is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 152 | 76 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.30 |
| HSL | 44.27º | 0.4% | 0.5% | - |
| HSV(B) | 44.27º | 0.58% | 0.7% | - |
| XYZ | 31.12 | 32.56 | 11.48 | - |
| YUV | 151.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 152 | 76 | 0 | 0.15 | 0.58 | 0.30 | 44.27 | 0.4 | 0.5 |
| Hex | B3 | 98 | 4C | 0 | F | 3A | 1E | 2C | 28 | 32 |
| Octal | 263 | 230 | 114 | 0 | 17 | 72 | 36 | 54 | 50 | 62 |
| Binary | 10110011 | 10011000 | 1001100 | 0 | 1111 | 111010 | 11110 | 101100 | 101000 | 110010 |
Color Harmonies of #B3984C
Complementary color
Monochromatic Colors of #B3984C
Black with #B3984C
Text Example
Text Example
White with #B3984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3984C; }
p { color: rgb(179,152,76); }
H1.HeaderClassName
{
color: #B3984C;
}
.AnyTagClassName
{
color: #B3984C;
}
</style>
background-color css
<style>
a { background-color: #B3984C; }
a { background-color: rgb(179,152,76); }
div.DivClassName
{
background-color: #B3984C;
}
.BgClassName
{
background-color: #B3984C;
}
</style>
border-color css
<style>
span { border-color: #B3984C; }
span { border-color: rgb(179,152,76); }
td.TdClassName
{
border-color: #B3984C;
}
.TagClassName
{
border-color: #B3984C;
}
</style>