Shades of Husk #B09D4A
Tints of Husk #B09D4A
RGB
CMYK
RGB Variations
Color information
#B09D4A (or 0xB09D4A) is known color: Husk. HEX triplet: B0, 9D and 4A. RGB value is (176,157,74). Sum of RGB (Red+Green+Blue) = 176+157+74=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D4A is #4F62B5. Grayscale: #999999. Windows color (decimal): -5202614 or 4890032. OLE color: 4890032.
HSL color Cylindrical-coordinate representation of color #B09D4A: hue angle of 48.82º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B09D4A is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 74 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.31 |
| HSL | 48.82º | 0.41% | 0.49% | - |
| HSV(B) | 48.82º | 0.58% | 0.69% | - |
| XYZ | 31.2 | 33.84 | 11.37 | - |
| YUV | 153.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 74 | 0 | 0.11 | 0.58 | 0.31 | 48.82 | 0.41 | 0.49 |
| Hex | B0 | 9D | 4A | 0 | B | 3A | 1F | 31 | 29 | 31 |
| Octal | 260 | 235 | 112 | 0 | 13 | 72 | 37 | 61 | 51 | 61 |
| Binary | 10110000 | 10011101 | 1001010 | 0 | 1011 | 111010 | 11111 | 110001 | 101001 | 110001 |
Color Harmonies of #B09D4A
Complementary color
Monochromatic Colors of #B09D4A
Black with #B09D4A
Text Example
Text Example
White with #B09D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D4A; }
p { color: rgb(176,157,74); }
H1.HeaderClassName
{
color: #B09D4A;
}
.AnyTagClassName
{
color: #B09D4A;
}
</style>
background-color css
<style>
a { background-color: #B09D4A; }
a { background-color: rgb(176,157,74); }
div.DivClassName
{
background-color: #B09D4A;
}
.BgClassName
{
background-color: #B09D4A;
}
</style>
border-color css
<style>
span { border-color: #B09D4A; }
span { border-color: rgb(176,157,74); }
td.TdClassName
{
border-color: #B09D4A;
}
.TagClassName
{
border-color: #B09D4A;
}
</style>