Shades of Hillary #B2A679
Tints of Hillary #B2A679
RGB
CMYK
RGB Variations
Color information
#B2A679 (or 0xB2A679) is known color: Hillary. HEX triplet: B2, A6 and 79. RGB value is (178,166,121). Sum of RGB (Red+Green+Blue) = 178+166+121=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A679 is #4D5986. Grayscale: #A4A4A4. Windows color (decimal): -5069191 or 7972530. OLE color: 7972530.
HSL color Cylindrical-coordinate representation of color #B2A679: hue angle of 47.37º degrees, saturation: 0.27, 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 #B2A679 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 121 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.30 |
| HSL | 47.37º | 0.27% | 0.59% | - |
| HSV(B) | 47.37º | 0.32% | 0.7% | - |
| XYZ | 35.45 | 38.12 | 23.58 | - |
| YUV | 164.46 | 103.48 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 121 | 0 | 0.07 | 0.32 | 0.30 | 47.37 | 0.27 | 0.59 |
| Hex | B2 | A6 | 79 | 0 | 7 | 20 | 1E | 2F | 1B | 3B |
| Octal | 262 | 246 | 171 | 0 | 7 | 40 | 36 | 57 | 33 | 73 |
| Binary | 10110010 | 10100110 | 1111001 | 0 | 111 | 100000 | 11110 | 101111 | 11011 | 111011 |
Color Harmonies of #B2A679
Complementary color
Monochromatic Colors of #B2A679
Black with #B2A679
Text Example
Text Example
White with #B2A679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A679; }
p { color: rgb(178,166,121); }
H1.HeaderClassName
{
color: #B2A679;
}
.AnyTagClassName
{
color: #B2A679;
}
</style>
background-color css
<style>
a { background-color: #B2A679; }
a { background-color: rgb(178,166,121); }
div.DivClassName
{
background-color: #B2A679;
}
.BgClassName
{
background-color: #B2A679;
}
</style>
border-color css
<style>
span { border-color: #B2A679; }
span { border-color: rgb(178,166,121); }
td.TdClassName
{
border-color: #B2A679;
}
.TagClassName
{
border-color: #B2A679;
}
</style>