Shades of Husk #B09D5C
Tints of Husk #B09D5C
RGB
CMYK
RGB Variations
Color information
#B09D5C (or 0xB09D5C) is known color: Husk. HEX triplet: B0, 9D and 5C. RGB value is (176,157,92). Sum of RGB (Red+Green+Blue) = 176+157+92=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D5C is #4F62A3. Grayscale: #9B9B9B. Windows color (decimal): -5202596 or 6069680. OLE color: 6069680.
HSL color Cylindrical-coordinate representation of color #B09D5C: hue angle of 46.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B09D5C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 92 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.31 |
| HSL | 46.43º | 0.35% | 0.53% | - |
| HSV(B) | 46.43º | 0.48% | 0.69% | - |
| XYZ | 31.89 | 34.12 | 15.03 | - |
| YUV | 155.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 92 | 0 | 0.11 | 0.48 | 0.31 | 46.43 | 0.35 | 0.53 |
| Hex | B0 | 9D | 5C | 0 | B | 30 | 1F | 2E | 23 | 35 |
| Octal | 260 | 235 | 134 | 0 | 13 | 60 | 37 | 56 | 43 | 65 |
| Binary | 10110000 | 10011101 | 1011100 | 0 | 1011 | 110000 | 11111 | 101110 | 100011 | 110101 |
Color Harmonies of #B09D5C
Complementary color
Monochromatic Colors of #B09D5C
Black with #B09D5C
Text Example
Text Example
White with #B09D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D5C; }
p { color: rgb(176,157,92); }
H1.HeaderClassName
{
color: #B09D5C;
}
.AnyTagClassName
{
color: #B09D5C;
}
</style>
background-color css
<style>
a { background-color: #B09D5C; }
a { background-color: rgb(176,157,92); }
div.DivClassName
{
background-color: #B09D5C;
}
.BgClassName
{
background-color: #B09D5C;
}
</style>
border-color css
<style>
span { border-color: #B09D5C; }
span { border-color: rgb(176,157,92); }
td.TdClassName
{
border-color: #B09D5C;
}
.TagClassName
{
border-color: #B09D5C;
}
</style>