Shades of Husk #B09A43
Tints of Husk #B09A43
RGB
CMYK
RGB Variations
Color information
#B09A43 (or 0xB09A43) is known color: Husk. HEX triplet: B0, 9A and 43. RGB value is (176,154,67). Sum of RGB (Red+Green+Blue) = 176+154+67=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 67 (26.56% from 255 or 16.88% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A43 is #4F65BC. Grayscale: #979797. Windows color (decimal): -5203389 or 4430512. OLE color: 4430512.
HSL color Cylindrical-coordinate representation of color #B09A43: hue angle of 47.89º 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 #B09A43 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 67 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.31 |
| HSL | 47.89º | 0.45% | 0.48% | - |
| HSV(B) | 47.89º | 0.62% | 0.69% | - |
| XYZ | 30.47 | 32.75 | 10.02 | - |
| YUV | 150.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 67 | 0 | 0.12 | 0.62 | 0.31 | 47.89 | 0.45 | 0.48 |
| Hex | B0 | 9A | 43 | 0 | C | 3E | 1F | 30 | 2D | 30 |
| Octal | 260 | 232 | 103 | 0 | 14 | 76 | 37 | 60 | 55 | 60 |
| Binary | 10110000 | 10011010 | 1000011 | 0 | 1100 | 111110 | 11111 | 110000 | 101101 | 110000 |
Color Harmonies of #B09A43
Complementary color
Monochromatic Colors of #B09A43
Black with #B09A43
Text Example
Text Example
White with #B09A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A43; }
p { color: rgb(176,154,67); }
H1.HeaderClassName
{
color: #B09A43;
}
.AnyTagClassName
{
color: #B09A43;
}
</style>
background-color css
<style>
a { background-color: #B09A43; }
a { background-color: rgb(176,154,67); }
div.DivClassName
{
background-color: #B09A43;
}
.BgClassName
{
background-color: #B09A43;
}
</style>
border-color css
<style>
span { border-color: #B09A43; }
span { border-color: rgb(176,154,67); }
td.TdClassName
{
border-color: #B09A43;
}
.TagClassName
{
border-color: #B09A43;
}
</style>