Shades of Hillary #B2A678
Tints of Hillary #B2A678
RGB
CMYK
RGB Variations
Color information
#B2A678 (or 0xB2A678) is known color: Hillary. HEX triplet: B2, A6 and 78. RGB value is (178,166,120). Sum of RGB (Red+Green+Blue) = 178+166+120=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A678 is #4D5987. Grayscale: #A4A4A4. Windows color (decimal): -5069192 or 7906994. OLE color: 7906994.
HSL color Cylindrical-coordinate representation of color #B2A678: hue angle of 47.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2A678 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 120 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.30 |
| HSL | 47.59º | 0.27% | 0.58% | - |
| HSV(B) | 47.59º | 0.33% | 0.7% | - |
| XYZ | 35.39 | 38.09 | 23.26 | - |
| YUV | 164.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 120 | 0 | 0.07 | 0.33 | 0.30 | 47.59 | 0.27 | 0.58 |
| Hex | B2 | A6 | 78 | 0 | 7 | 21 | 1E | 30 | 1B | 3A |
| Octal | 262 | 246 | 170 | 0 | 7 | 41 | 36 | 60 | 33 | 72 |
| Binary | 10110010 | 10100110 | 1111000 | 0 | 111 | 100001 | 11110 | 110000 | 11011 | 111010 |
Color Harmonies of #B2A678
Complementary color
Monochromatic Colors of #B2A678
Black with #B2A678
Text Example
Text Example
White with #B2A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A678; }
p { color: rgb(178,166,120); }
H1.HeaderClassName
{
color: #B2A678;
}
.AnyTagClassName
{
color: #B2A678;
}
</style>
background-color css
<style>
a { background-color: #B2A678; }
a { background-color: rgb(178,166,120); }
div.DivClassName
{
background-color: #B2A678;
}
.BgClassName
{
background-color: #B2A678;
}
</style>
border-color css
<style>
span { border-color: #B2A678; }
span { border-color: rgb(178,166,120); }
td.TdClassName
{
border-color: #B2A678;
}
.TagClassName
{
border-color: #B2A678;
}
</style>