Shades of Husk #B99A54
Tints of Husk #B99A54
RGB
CMYK
RGB Variations
Color information
#B99A54 (or 0xB99A54) is known color: Husk. HEX triplet: B9, 9A and 54. RGB value is (185,154,84). Sum of RGB (Red+Green+Blue) = 185+154+84=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A54 is #4665AB. Grayscale: #9B9B9B. Windows color (decimal): -4613548 or 5544633. OLE color: 5544633.
HSL color Cylindrical-coordinate representation of color #B99A54: hue angle of 41.58º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B99A54 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 154 | 84 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.27 |
| HSL | 41.58º | 0.42% | 0.53% | - |
| HSV(B) | 41.58º | 0.55% | 0.73% | - |
| XYZ | 33.16 | 34.07 | 13.21 | - |
| YUV | 155.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 154 | 84 | 0 | 0.17 | 0.55 | 0.27 | 41.58 | 0.42 | 0.53 |
| Hex | B9 | 9A | 54 | 0 | 11 | 37 | 1B | 2A | 2A | 35 |
| Octal | 271 | 232 | 124 | 0 | 21 | 67 | 33 | 52 | 52 | 65 |
| Binary | 10111001 | 10011010 | 1010100 | 0 | 10001 | 110111 | 11011 | 101010 | 101010 | 110101 |
Color Harmonies of #B99A54
Complementary color
Monochromatic Colors of #B99A54
Black with #B99A54
Text Example
Text Example
White with #B99A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99A54; }
p { color: rgb(185,154,84); }
H1.HeaderClassName
{
color: #B99A54;
}
.AnyTagClassName
{
color: #B99A54;
}
</style>
background-color css
<style>
a { background-color: #B99A54; }
a { background-color: rgb(185,154,84); }
div.DivClassName
{
background-color: #B99A54;
}
.BgClassName
{
background-color: #B99A54;
}
</style>
border-color css
<style>
span { border-color: #B99A54; }
span { border-color: rgb(185,154,84); }
td.TdClassName
{
border-color: #B99A54;
}
.TagClassName
{
border-color: #B99A54;
}
</style>