Shades of Hillary #B3A676
Tints of Hillary #B3A676
RGB
CMYK
RGB Variations
Color information
#B3A676 (or 0xB3A676) is known color: Hillary. HEX triplet: B3, A6 and 76. RGB value is (179,166,118). Sum of RGB (Red+Green+Blue) = 179+166+118=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A676 is #4C5989. Grayscale: #A4A4A4. Windows color (decimal): -5003658 or 7775923. OLE color: 7775923.
HSL color Cylindrical-coordinate representation of color #B3A676: hue angle of 47.21º 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 #B3A676 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 118 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.30 |
| HSL | 47.21º | 0.29% | 0.58% | - |
| HSV(B) | 47.21º | 0.34% | 0.7% | - |
| XYZ | 35.5 | 38.16 | 22.64 | - |
| YUV | 164.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 118 | 0 | 0.07 | 0.34 | 0.30 | 47.21 | 0.29 | 0.58 |
| Hex | B3 | A6 | 76 | 0 | 7 | 22 | 1E | 2F | 1D | 3A |
| Octal | 263 | 246 | 166 | 0 | 7 | 42 | 36 | 57 | 35 | 72 |
| Binary | 10110011 | 10100110 | 1110110 | 0 | 111 | 100010 | 11110 | 101111 | 11101 | 111010 |
Color Harmonies of #B3A676
Complementary color
Monochromatic Colors of #B3A676
Black with #B3A676
Text Example
Text Example
White with #B3A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A676; }
p { color: rgb(179,166,118); }
H1.HeaderClassName
{
color: #B3A676;
}
.AnyTagClassName
{
color: #B3A676;
}
</style>
background-color css
<style>
a { background-color: #B3A676; }
a { background-color: rgb(179,166,118); }
div.DivClassName
{
background-color: #B3A676;
}
.BgClassName
{
background-color: #B3A676;
}
</style>
border-color css
<style>
span { border-color: #B3A676; }
span { border-color: rgb(179,166,118); }
td.TdClassName
{
border-color: #B3A676;
}
.TagClassName
{
border-color: #B3A676;
}
</style>