Shades of Husk #B89C48
Tints of Husk #B89C48
RGB
CMYK
RGB Variations
Color information
#B89C48 (or 0xB89C48) is known color: Husk. HEX triplet: B8, 9C and 48. RGB value is (184,156,72). Sum of RGB (Red+Green+Blue) = 184+156+72=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C48 is #4763B7. Grayscale: #9B9B9B. Windows color (decimal): -4678584 or 4758712. OLE color: 4758712.
HSL color Cylindrical-coordinate representation of color #B89C48: hue angle of 45º 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 #B89C48 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 72 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.28 |
| HSL | 45º | 0.44% | 0.5% | - |
| HSV(B) | 45º | 0.61% | 0.72% | - |
| XYZ | 32.83 | 34.44 | 11.05 | - |
| YUV | 154.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 72 | 0 | 0.15 | 0.61 | 0.28 | 45 | 0.44 | 0.5 |
| Hex | B8 | 9C | 48 | 0 | F | 3D | 1C | 2D | 2C | 32 |
| Octal | 270 | 234 | 110 | 0 | 17 | 75 | 34 | 55 | 54 | 62 |
| Binary | 10111000 | 10011100 | 1001000 | 0 | 1111 | 111101 | 11100 | 101101 | 101100 | 110010 |
Color Harmonies of #B89C48
Complementary color
Monochromatic Colors of #B89C48
Black with #B89C48
Text Example
Text Example
White with #B89C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C48; }
p { color: rgb(184,156,72); }
H1.HeaderClassName
{
color: #B89C48;
}
.AnyTagClassName
{
color: #B89C48;
}
</style>
background-color css
<style>
a { background-color: #B89C48; }
a { background-color: rgb(184,156,72); }
div.DivClassName
{
background-color: #B89C48;
}
.BgClassName
{
background-color: #B89C48;
}
</style>
border-color css
<style>
span { border-color: #B89C48; }
span { border-color: rgb(184,156,72); }
td.TdClassName
{
border-color: #B89C48;
}
.TagClassName
{
border-color: #B89C48;
}
</style>