Shades of Hillary #B3A677
Tints of Hillary #B3A677
RGB
CMYK
RGB Variations
Color information
#B3A677 (or 0xB3A677) is known color: Hillary. HEX triplet: B3, A6 and 77. RGB value is (179,166,119). Sum of RGB (Red+Green+Blue) = 179+166+119=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A677 is #4C5988. Grayscale: #A4A4A4. Windows color (decimal): -5003657 or 7841459. OLE color: 7841459.
HSL color Cylindrical-coordinate representation of color #B3A677: hue angle of 47º degrees, saturation: 0.28, 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 #B3A677 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 119 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.30 |
| HSL | 47º | 0.28% | 0.58% | - |
| HSV(B) | 47º | 0.34% | 0.7% | - |
| XYZ | 35.56 | 38.19 | 22.95 | - |
| YUV | 164.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 119 | 0 | 0.07 | 0.34 | 0.30 | 47 | 0.28 | 0.58 |
| Hex | B3 | A6 | 77 | 0 | 7 | 22 | 1E | 2F | 1C | 3A |
| Octal | 263 | 246 | 167 | 0 | 7 | 42 | 36 | 57 | 34 | 72 |
| Binary | 10110011 | 10100110 | 1110111 | 0 | 111 | 100010 | 11110 | 101111 | 11100 | 111010 |
Color Harmonies of #B3A677
Complementary color
Monochromatic Colors of #B3A677
Black with #B3A677
Text Example
Text Example
White with #B3A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A677; }
p { color: rgb(179,166,119); }
H1.HeaderClassName
{
color: #B3A677;
}
.AnyTagClassName
{
color: #B3A677;
}
</style>
background-color css
<style>
a { background-color: #B3A677; }
a { background-color: rgb(179,166,119); }
div.DivClassName
{
background-color: #B3A677;
}
.BgClassName
{
background-color: #B3A677;
}
</style>
border-color css
<style>
span { border-color: #B3A677; }
span { border-color: rgb(179,166,119); }
td.TdClassName
{
border-color: #B3A677;
}
.TagClassName
{
border-color: #B3A677;
}
</style>