Shades of Hillary #B2A278
Tints of Hillary #B2A278
RGB
CMYK
RGB Variations
Color information
#B2A278 (or 0xB2A278) is known color: Hillary. HEX triplet: B2, A2 and 78. RGB value is (178,162,120). Sum of RGB (Red+Green+Blue) = 178+162+120=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A278 is #4D5D87. Grayscale: #A2A2A2. Windows color (decimal): -5070216 or 7905970. OLE color: 7905970.
HSL color Cylindrical-coordinate representation of color #B2A278: hue angle of 43.45º 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 #B2A278 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 120 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.30 |
| HSL | 43.45º | 0.27% | 0.58% | - |
| HSV(B) | 43.45º | 0.33% | 0.7% | - |
| XYZ | 34.67 | 36.66 | 23.02 | - |
| YUV | 162 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 120 | 0 | 0.09 | 0.33 | 0.30 | 43.45 | 0.27 | 0.58 |
| Hex | B2 | A2 | 78 | 0 | 9 | 21 | 1E | 2B | 1B | 3A |
| Octal | 262 | 242 | 170 | 0 | 11 | 41 | 36 | 53 | 33 | 72 |
| Binary | 10110010 | 10100010 | 1111000 | 0 | 1001 | 100001 | 11110 | 101011 | 11011 | 111010 |
Color Harmonies of #B2A278
Complementary color
Monochromatic Colors of #B2A278
Black with #B2A278
Text Example
Text Example
White with #B2A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A278; }
p { color: rgb(178,162,120); }
H1.HeaderClassName
{
color: #B2A278;
}
.AnyTagClassName
{
color: #B2A278;
}
</style>
background-color css
<style>
a { background-color: #B2A278; }
a { background-color: rgb(178,162,120); }
div.DivClassName
{
background-color: #B2A278;
}
.BgClassName
{
background-color: #B2A278;
}
</style>
border-color css
<style>
span { border-color: #B2A278; }
span { border-color: rgb(178,162,120); }
td.TdClassName
{
border-color: #B2A278;
}
.TagClassName
{
border-color: #B2A278;
}
</style>