Shades of Hillary #B3A876
Tints of Hillary #B3A876
RGB
CMYK
RGB Variations
Color information
#B3A876 (or 0xB3A876) is known color: Hillary. HEX triplet: B3, A8 and 76. RGB value is (179,168,118). Sum of RGB (Red+Green+Blue) = 179+168+118=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A876 is #4C5789. Grayscale: #A5A5A5. Windows color (decimal): -5003146 or 7776435. OLE color: 7776435.
HSL color Cylindrical-coordinate representation of color #B3A876: hue angle of 49.18º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3A876 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 118 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.30 |
| HSL | 49.18º | 0.29% | 0.58% | - |
| HSV(B) | 49.18º | 0.34% | 0.7% | - |
| XYZ | 35.86 | 38.9 | 22.76 | - |
| YUV | 165.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 118 | 0 | 0.06 | 0.34 | 0.30 | 49.18 | 0.29 | 0.58 |
| Hex | B3 | A8 | 76 | 0 | 6 | 22 | 1E | 31 | 1D | 3A |
| Octal | 263 | 250 | 166 | 0 | 6 | 42 | 36 | 61 | 35 | 72 |
| Binary | 10110011 | 10101000 | 1110110 | 0 | 110 | 100010 | 11110 | 110001 | 11101 | 111010 |
Color Harmonies of #B3A876
Complementary color
Monochromatic Colors of #B3A876
Black with #B3A876
Text Example
Text Example
White with #B3A876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A876; }
p { color: rgb(179,168,118); }
H1.HeaderClassName
{
color: #B3A876;
}
.AnyTagClassName
{
color: #B3A876;
}
</style>
background-color css
<style>
a { background-color: #B3A876; }
a { background-color: rgb(179,168,118); }
div.DivClassName
{
background-color: #B3A876;
}
.BgClassName
{
background-color: #B3A876;
}
</style>
border-color css
<style>
span { border-color: #B3A876; }
span { border-color: rgb(179,168,118); }
td.TdClassName
{
border-color: #B3A876;
}
.TagClassName
{
border-color: #B3A876;
}
</style>