Shades of Husk #B09453
Tints of Husk #B09453
RGB
CMYK
RGB Variations
Color information
#B09453 (or 0xB09453) is known color: Husk. HEX triplet: B0, 94 and 53. RGB value is (176,148,83). Sum of RGB (Red+Green+Blue) = 176+148+83=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B09453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09453 is #4F6BAC. Grayscale: #959595. Windows color (decimal): -5204909 or 5477552. OLE color: 5477552.
HSL color Cylindrical-coordinate representation of color #B09453: hue angle of 41.94º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B09453 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 83 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.31 |
| HSL | 41.94º | 0.37% | 0.51% | - |
| HSV(B) | 41.94º | 0.53% | 0.69% | - |
| XYZ | 30.06 | 31.03 | 12.59 | - |
| YUV | 148.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 83 | 0 | 0.16 | 0.53 | 0.31 | 41.94 | 0.37 | 0.51 |
| Hex | B0 | 94 | 53 | 0 | 10 | 35 | 1F | 2A | 25 | 33 |
| Octal | 260 | 224 | 123 | 0 | 20 | 65 | 37 | 52 | 45 | 63 |
| Binary | 10110000 | 10010100 | 1010011 | 0 | 10000 | 110101 | 11111 | 101010 | 100101 | 110011 |
Color Harmonies of #B09453
Complementary color
Monochromatic Colors of #B09453
Black with #B09453
Text Example
Text Example
White with #B09453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09453; }
p { color: rgb(176,148,83); }
H1.HeaderClassName
{
color: #B09453;
}
.AnyTagClassName
{
color: #B09453;
}
</style>
background-color css
<style>
a { background-color: #B09453; }
a { background-color: rgb(176,148,83); }
div.DivClassName
{
background-color: #B09453;
}
.BgClassName
{
background-color: #B09453;
}
</style>
border-color css
<style>
span { border-color: #B09453; }
span { border-color: rgb(176,148,83); }
td.TdClassName
{
border-color: #B09453;
}
.TagClassName
{
border-color: #B09453;
}
</style>