Shades of Husk #B09D5A
Tints of Husk #B09D5A
RGB
CMYK
RGB Variations
Color information
#B09D5A (or 0xB09D5A) is known color: Husk. HEX triplet: B0, 9D and 5A. RGB value is (176,157,90). Sum of RGB (Red+Green+Blue) = 176+157+90=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D5A is #4F62A5. Grayscale: #9B9B9B. Windows color (decimal): -5202598 or 5938608. OLE color: 5938608.
HSL color Cylindrical-coordinate representation of color #B09D5A: hue angle of 46.74º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B09D5A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 90 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.31 |
| HSL | 46.74º | 0.35% | 0.52% | - |
| HSV(B) | 46.74º | 0.49% | 0.69% | - |
| XYZ | 31.81 | 34.08 | 14.57 | - |
| YUV | 155.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 90 | 0 | 0.11 | 0.49 | 0.31 | 46.74 | 0.35 | 0.52 |
| Hex | B0 | 9D | 5A | 0 | B | 31 | 1F | 2F | 23 | 34 |
| Octal | 260 | 235 | 132 | 0 | 13 | 61 | 37 | 57 | 43 | 64 |
| Binary | 10110000 | 10011101 | 1011010 | 0 | 1011 | 110001 | 11111 | 101111 | 100011 | 110100 |
Color Harmonies of #B09D5A
Complementary color
Monochromatic Colors of #B09D5A
Black with #B09D5A
Text Example
Text Example
White with #B09D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D5A; }
p { color: rgb(176,157,90); }
H1.HeaderClassName
{
color: #B09D5A;
}
.AnyTagClassName
{
color: #B09D5A;
}
</style>
background-color css
<style>
a { background-color: #B09D5A; }
a { background-color: rgb(176,157,90); }
div.DivClassName
{
background-color: #B09D5A;
}
.BgClassName
{
background-color: #B09D5A;
}
</style>
border-color css
<style>
span { border-color: #B09D5A; }
span { border-color: rgb(176,157,90); }
td.TdClassName
{
border-color: #B09D5A;
}
.TagClassName
{
border-color: #B09D5A;
}
</style>