Shades of Husk #B89D4D
Tints of Husk #B89D4D
RGB
CMYK
RGB Variations
Color information
#B89D4D (or 0xB89D4D) is known color: Husk. HEX triplet: B8, 9D and 4D. RGB value is (184,157,77). Sum of RGB (Red+Green+Blue) = 184+157+77=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D4D is #4762B2. Grayscale: #9C9C9C. Windows color (decimal): -4678323 or 5086648. OLE color: 5086648.
HSL color Cylindrical-coordinate representation of color #B89D4D: hue angle of 44.86º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B89D4D is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 77 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.28 |
| HSL | 44.86º | 0.43% | 0.51% | - |
| HSV(B) | 44.86º | 0.58% | 0.72% | - |
| XYZ | 33.16 | 34.84 | 12 | - |
| YUV | 155.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 77 | 0 | 0.15 | 0.58 | 0.28 | 44.86 | 0.43 | 0.51 |
| Hex | B8 | 9D | 4D | 0 | F | 3A | 1C | 2D | 2B | 33 |
| Octal | 270 | 235 | 115 | 0 | 17 | 72 | 34 | 55 | 53 | 63 |
| Binary | 10111000 | 10011101 | 1001101 | 0 | 1111 | 111010 | 11100 | 101101 | 101011 | 110011 |
Color Harmonies of #B89D4D
Complementary color
Monochromatic Colors of #B89D4D
Black with #B89D4D
Text Example
Text Example
White with #B89D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D4D; }
p { color: rgb(184,157,77); }
H1.HeaderClassName
{
color: #B89D4D;
}
.AnyTagClassName
{
color: #B89D4D;
}
</style>
background-color css
<style>
a { background-color: #B89D4D; }
a { background-color: rgb(184,157,77); }
div.DivClassName
{
background-color: #B89D4D;
}
.BgClassName
{
background-color: #B89D4D;
}
</style>
border-color css
<style>
span { border-color: #B89D4D; }
span { border-color: rgb(184,157,77); }
td.TdClassName
{
border-color: #B89D4D;
}
.TagClassName
{
border-color: #B89D4D;
}
</style>