Shades of Husk #B09D43
Tints of Husk #B09D43
RGB
CMYK
RGB Variations
Color information
#B09D43 (or 0xB09D43) is known color: Husk. HEX triplet: B0, 9D and 43. RGB value is (176,157,67). Sum of RGB (Red+Green+Blue) = 176+157+67=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D43 is #4F62BC. Grayscale: #989898. Windows color (decimal): -5202621 or 4431280. OLE color: 4431280.
HSL color Cylindrical-coordinate representation of color #B09D43: hue angle of 49.54º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B09D43 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 67 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.31 |
| HSL | 49.54º | 0.45% | 0.48% | - |
| HSV(B) | 49.54º | 0.62% | 0.69% | - |
| XYZ | 30.97 | 33.75 | 10.19 | - |
| YUV | 152.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 67 | 0 | 0.11 | 0.62 | 0.31 | 49.54 | 0.45 | 0.48 |
| Hex | B0 | 9D | 43 | 0 | B | 3E | 1F | 32 | 2D | 30 |
| Octal | 260 | 235 | 103 | 0 | 13 | 76 | 37 | 62 | 55 | 60 |
| Binary | 10110000 | 10011101 | 1000011 | 0 | 1011 | 111110 | 11111 | 110010 | 101101 | 110000 |
Color Harmonies of #B09D43
Complementary color
Monochromatic Colors of #B09D43
Black with #B09D43
Text Example
Text Example
White with #B09D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D43; }
p { color: rgb(176,157,67); }
H1.HeaderClassName
{
color: #B09D43;
}
.AnyTagClassName
{
color: #B09D43;
}
</style>
background-color css
<style>
a { background-color: #B09D43; }
a { background-color: rgb(176,157,67); }
div.DivClassName
{
background-color: #B09D43;
}
.BgClassName
{
background-color: #B09D43;
}
</style>
border-color css
<style>
span { border-color: #B09D43; }
span { border-color: rgb(176,157,67); }
td.TdClassName
{
border-color: #B09D43;
}
.TagClassName
{
border-color: #B09D43;
}
</style>