Shades of Hillary #B2A773
Tints of Hillary #B2A773
RGB
CMYK
RGB Variations
Color information
#B2A773 (or 0xB2A773) is known color: Hillary. HEX triplet: B2, A7 and 73. RGB value is (178,167,115). Sum of RGB (Red+Green+Blue) = 178+167+115=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A773 is #4D588C. Grayscale: #A4A4A4. Windows color (decimal): -5068941 or 7579570. OLE color: 7579570.
HSL color Cylindrical-coordinate representation of color #B2A773: hue angle of 49.52º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2A773 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 167 | 115 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.30 |
| HSL | 49.52º | 0.29% | 0.57% | - |
| HSV(B) | 49.52º | 0.35% | 0.7% | - |
| XYZ | 35.27 | 38.34 | 21.76 | - |
| YUV | 164.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 115 | 0 | 0.06 | 0.35 | 0.30 | 49.52 | 0.29 | 0.57 |
| Hex | B2 | A7 | 73 | 0 | 6 | 23 | 1E | 32 | 1D | 39 |
| Octal | 262 | 247 | 163 | 0 | 6 | 43 | 36 | 62 | 35 | 71 |
| Binary | 10110010 | 10100111 | 1110011 | 0 | 110 | 100011 | 11110 | 110010 | 11101 | 111001 |
Color Harmonies of #B2A773
Complementary color
Monochromatic Colors of #B2A773
Black with #B2A773
Text Example
Text Example
White with #B2A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A773; }
p { color: rgb(178,167,115); }
H1.HeaderClassName
{
color: #B2A773;
}
.AnyTagClassName
{
color: #B2A773;
}
</style>
background-color css
<style>
a { background-color: #B2A773; }
a { background-color: rgb(178,167,115); }
div.DivClassName
{
background-color: #B2A773;
}
.BgClassName
{
background-color: #B2A773;
}
</style>
border-color css
<style>
span { border-color: #B2A773; }
span { border-color: rgb(178,167,115); }
td.TdClassName
{
border-color: #B2A773;
}
.TagClassName
{
border-color: #B2A773;
}
</style>