Shades of Hillary #B3A679
Tints of Hillary #B3A679
RGB
CMYK
RGB Variations
Color information
#B3A679 (or 0xB3A679) is known color: Hillary. HEX triplet: B3, A6 and 79. RGB value is (179,166,121). Sum of RGB (Red+Green+Blue) = 179+166+121=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A679 is #4C5986. Grayscale: #A4A4A4. Windows color (decimal): -5003655 or 7972531. OLE color: 7972531.
HSL color Cylindrical-coordinate representation of color #B3A679: hue angle of 46.55º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3A679 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 121 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.30 |
| HSL | 46.55º | 0.28% | 0.59% | - |
| HSV(B) | 46.55º | 0.32% | 0.7% | - |
| XYZ | 35.68 | 38.24 | 23.59 | - |
| YUV | 164.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 121 | 0 | 0.07 | 0.32 | 0.30 | 46.55 | 0.28 | 0.59 |
| Hex | B3 | A6 | 79 | 0 | 7 | 20 | 1E | 2F | 1C | 3B |
| Octal | 263 | 246 | 171 | 0 | 7 | 40 | 36 | 57 | 34 | 73 |
| Binary | 10110011 | 10100110 | 1111001 | 0 | 111 | 100000 | 11110 | 101111 | 11100 | 111011 |
Color Harmonies of #B3A679
Complementary color
Monochromatic Colors of #B3A679
Black with #B3A679
Text Example
Text Example
White with #B3A679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A679; }
p { color: rgb(179,166,121); }
H1.HeaderClassName
{
color: #B3A679;
}
.AnyTagClassName
{
color: #B3A679;
}
</style>
background-color css
<style>
a { background-color: #B3A679; }
a { background-color: rgb(179,166,121); }
div.DivClassName
{
background-color: #B3A679;
}
.BgClassName
{
background-color: #B3A679;
}
</style>
border-color css
<style>
span { border-color: #B3A679; }
span { border-color: rgb(179,166,121); }
td.TdClassName
{
border-color: #B3A679;
}
.TagClassName
{
border-color: #B3A679;
}
</style>