Shades of Husk #B7A352
Tints of Husk #B7A352
RGB
CMYK
RGB Variations
Color information
#B7A352 (or 0xB7A352) is known color: Husk. HEX triplet: B7, A3 and 52. RGB value is (183,163,82). Sum of RGB (Red+Green+Blue) = 183+163+82=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A352 is #485CAD. Grayscale: #A0A0A0. Windows color (decimal): -4742318 or 5415863. OLE color: 5415863.
HSL color Cylindrical-coordinate representation of color #B7A352: hue angle of 48.12º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7A352 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 82 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.28 |
| HSL | 48.12º | 0.41% | 0.52% | - |
| HSV(B) | 48.12º | 0.55% | 0.72% | - |
| XYZ | 34.15 | 36.87 | 13.3 | - |
| YUV | 159.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 82 | 0 | 0.11 | 0.55 | 0.28 | 48.12 | 0.41 | 0.52 |
| Hex | B7 | A3 | 52 | 0 | B | 37 | 1C | 30 | 29 | 34 |
| Octal | 267 | 243 | 122 | 0 | 13 | 67 | 34 | 60 | 51 | 64 |
| Binary | 10110111 | 10100011 | 1010010 | 0 | 1011 | 110111 | 11100 | 110000 | 101001 | 110100 |
Color Harmonies of #B7A352
Complementary color
Monochromatic Colors of #B7A352
Black with #B7A352
Text Example
Text Example
White with #B7A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A352; }
p { color: rgb(183,163,82); }
H1.HeaderClassName
{
color: #B7A352;
}
.AnyTagClassName
{
color: #B7A352;
}
</style>
background-color css
<style>
a { background-color: #B7A352; }
a { background-color: rgb(183,163,82); }
div.DivClassName
{
background-color: #B7A352;
}
.BgClassName
{
background-color: #B7A352;
}
</style>
border-color css
<style>
span { border-color: #B7A352; }
span { border-color: rgb(183,163,82); }
td.TdClassName
{
border-color: #B7A352;
}
.TagClassName
{
border-color: #B7A352;
}
</style>