Shades of Husk #B7A451
Tints of Husk #B7A451
RGB
CMYK
RGB Variations
Color information
#B7A451 (or 0xB7A451) is known color: Husk. HEX triplet: B7, A4 and 51. RGB value is (183,164,81). Sum of RGB (Red+Green+Blue) = 183+164+81=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A451 is #485BAE. Grayscale: #A0A0A0. Windows color (decimal): -4742063 or 5350583. OLE color: 5350583.
HSL color Cylindrical-coordinate representation of color #B7A451: hue angle of 48.82º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7A451 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 81 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.28 |
| HSL | 48.82º | 0.41% | 0.52% | - |
| HSV(B) | 48.82º | 0.56% | 0.72% | - |
| XYZ | 34.29 | 37.21 | 13.16 | - |
| YUV | 160.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 81 | 0 | 0.10 | 0.56 | 0.28 | 48.82 | 0.41 | 0.52 |
| Hex | B7 | A4 | 51 | 0 | A | 38 | 1C | 31 | 29 | 34 |
| Octal | 267 | 244 | 121 | 0 | 12 | 70 | 34 | 61 | 51 | 64 |
| Binary | 10110111 | 10100100 | 1010001 | 0 | 1010 | 111000 | 11100 | 110001 | 101001 | 110100 |
Color Harmonies of #B7A451
Complementary color
Monochromatic Colors of #B7A451
Black with #B7A451
Text Example
Text Example
White with #B7A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A451; }
p { color: rgb(183,164,81); }
H1.HeaderClassName
{
color: #B7A451;
}
.AnyTagClassName
{
color: #B7A451;
}
</style>
background-color css
<style>
a { background-color: #B7A451; }
a { background-color: rgb(183,164,81); }
div.DivClassName
{
background-color: #B7A451;
}
.BgClassName
{
background-color: #B7A451;
}
</style>
border-color css
<style>
span { border-color: #B7A451; }
span { border-color: rgb(183,164,81); }
td.TdClassName
{
border-color: #B7A451;
}
.TagClassName
{
border-color: #B7A451;
}
</style>