Shades of Hillary #B2A672
Tints of Hillary #B2A672
RGB
CMYK
RGB Variations
Color information
#B2A672 (or 0xB2A672) is known color: Hillary. HEX triplet: B2, A6 and 72. RGB value is (178,166,114). Sum of RGB (Red+Green+Blue) = 178+166+114=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A672 is #4D598D. Grayscale: #A3A3A3. Windows color (decimal): -5069198 or 7513778. OLE color: 7513778.
HSL color Cylindrical-coordinate representation of color #B2A672: hue angle of 48.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2A672 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 114 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.30 |
| HSL | 48.75º | 0.29% | 0.57% | - |
| HSV(B) | 48.75º | 0.36% | 0.7% | - |
| XYZ | 35.03 | 37.95 | 21.4 | - |
| YUV | 163.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 114 | 0 | 0.07 | 0.36 | 0.30 | 48.75 | 0.29 | 0.57 |
| Hex | B2 | A6 | 72 | 0 | 7 | 24 | 1E | 31 | 1D | 39 |
| Octal | 262 | 246 | 162 | 0 | 7 | 44 | 36 | 61 | 35 | 71 |
| Binary | 10110010 | 10100110 | 1110010 | 0 | 111 | 100100 | 11110 | 110001 | 11101 | 111001 |
Color Harmonies of #B2A672
Complementary color
Monochromatic Colors of #B2A672
Black with #B2A672
Text Example
Text Example
White with #B2A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A672; }
p { color: rgb(178,166,114); }
H1.HeaderClassName
{
color: #B2A672;
}
.AnyTagClassName
{
color: #B2A672;
}
</style>
background-color css
<style>
a { background-color: #B2A672; }
a { background-color: rgb(178,166,114); }
div.DivClassName
{
background-color: #B2A672;
}
.BgClassName
{
background-color: #B2A672;
}
</style>
border-color css
<style>
span { border-color: #B2A672; }
span { border-color: rgb(178,166,114); }
td.TdClassName
{
border-color: #B2A672;
}
.TagClassName
{
border-color: #B2A672;
}
</style>