Shades of Husk #B8A250
Tints of Husk #B8A250
RGB
CMYK
RGB Variations
Color information
#B8A250 (or 0xB8A250) is known color: Husk. HEX triplet: B8, A2 and 50. RGB value is (184,162,80). Sum of RGB (Red+Green+Blue) = 184+162+80=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A250 is #475DAF. Grayscale: #9F9F9F. Windows color (decimal): -4677040 or 5284536. OLE color: 5284536.
HSL color Cylindrical-coordinate representation of color #B8A250: hue angle of 47.31º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8A250 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 162 | 80 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.28 |
| HSL | 47.31º | 0.42% | 0.52% | - |
| HSV(B) | 47.31º | 0.57% | 0.72% | - |
| XYZ | 34.14 | 36.61 | 12.86 | - |
| YUV | 159.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 80 | 0 | 0.12 | 0.57 | 0.28 | 47.31 | 0.42 | 0.52 |
| Hex | B8 | A2 | 50 | 0 | C | 39 | 1C | 2F | 2A | 34 |
| Octal | 270 | 242 | 120 | 0 | 14 | 71 | 34 | 57 | 52 | 64 |
| Binary | 10111000 | 10100010 | 1010000 | 0 | 1100 | 111001 | 11100 | 101111 | 101010 | 110100 |
Color Harmonies of #B8A250
Complementary color
Monochromatic Colors of #B8A250
Black with #B8A250
Text Example
Text Example
White with #B8A250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A250; }
p { color: rgb(184,162,80); }
H1.HeaderClassName
{
color: #B8A250;
}
.AnyTagClassName
{
color: #B8A250;
}
</style>
background-color css
<style>
a { background-color: #B8A250; }
a { background-color: rgb(184,162,80); }
div.DivClassName
{
background-color: #B8A250;
}
.BgClassName
{
background-color: #B8A250;
}
</style>
border-color css
<style>
span { border-color: #B8A250; }
span { border-color: rgb(184,162,80); }
td.TdClassName
{
border-color: #B8A250;
}
.TagClassName
{
border-color: #B8A250;
}
</style>