Shades of Husk #B89D48
Tints of Husk #B89D48
RGB
CMYK
RGB Variations
Color information
#B89D48 (or 0xB89D48) is known color: Husk. HEX triplet: B8, 9D and 48. RGB value is (184,157,72). Sum of RGB (Red+Green+Blue) = 184+157+72=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89D48 is #4762B7. Grayscale: #9B9B9B. Windows color (decimal): -4678328 or 4758968. OLE color: 4758968.
HSL color Cylindrical-coordinate representation of color #B89D48: hue angle of 45.54º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B89D48 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 72 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.28 |
| HSL | 45.54º | 0.44% | 0.5% | - |
| HSV(B) | 45.54º | 0.61% | 0.72% | - |
| XYZ | 32.99 | 34.77 | 11.1 | - |
| YUV | 155.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 72 | 0 | 0.15 | 0.61 | 0.28 | 45.54 | 0.44 | 0.5 |
| Hex | B8 | 9D | 48 | 0 | F | 3D | 1C | 2E | 2C | 32 |
| Octal | 270 | 235 | 110 | 0 | 17 | 75 | 34 | 56 | 54 | 62 |
| Binary | 10111000 | 10011101 | 1001000 | 0 | 1111 | 111101 | 11100 | 101110 | 101100 | 110010 |
Color Harmonies of #B89D48
Complementary color
Monochromatic Colors of #B89D48
Black with #B89D48
Text Example
Text Example
White with #B89D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D48; }
p { color: rgb(184,157,72); }
H1.HeaderClassName
{
color: #B89D48;
}
.AnyTagClassName
{
color: #B89D48;
}
</style>
background-color css
<style>
a { background-color: #B89D48; }
a { background-color: rgb(184,157,72); }
div.DivClassName
{
background-color: #B89D48;
}
.BgClassName
{
background-color: #B89D48;
}
</style>
border-color css
<style>
span { border-color: #B89D48; }
span { border-color: rgb(184,157,72); }
td.TdClassName
{
border-color: #B89D48;
}
.TagClassName
{
border-color: #B89D48;
}
</style>