Shades of Hillary #B3A278
Tints of Hillary #B3A278
RGB
CMYK
RGB Variations
Color information
#B3A278 (or 0xB3A278) is known color: Hillary. HEX triplet: B3, A2 and 78. RGB value is (179,162,120). Sum of RGB (Red+Green+Blue) = 179+162+120=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A278 is #4C5D87. Grayscale: #A2A2A2. Windows color (decimal): -5004680 or 7905971. OLE color: 7905971.
HSL color Cylindrical-coordinate representation of color #B3A278: hue angle of 42.71º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3A278 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 120 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.30 |
| HSL | 42.71º | 0.28% | 0.59% | - |
| HSV(B) | 42.71º | 0.33% | 0.7% | - |
| XYZ | 34.9 | 36.78 | 23.03 | - |
| YUV | 162.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 120 | 0 | 0.09 | 0.33 | 0.30 | 42.71 | 0.28 | 0.59 |
| Hex | B3 | A2 | 78 | 0 | 9 | 21 | 1E | 2B | 1C | 3B |
| Octal | 263 | 242 | 170 | 0 | 11 | 41 | 36 | 53 | 34 | 73 |
| Binary | 10110011 | 10100010 | 1111000 | 0 | 1001 | 100001 | 11110 | 101011 | 11100 | 111011 |
Color Harmonies of #B3A278
Complementary color
Monochromatic Colors of #B3A278
Black with #B3A278
Text Example
Text Example
White with #B3A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A278; }
p { color: rgb(179,162,120); }
H1.HeaderClassName
{
color: #B3A278;
}
.AnyTagClassName
{
color: #B3A278;
}
</style>
background-color css
<style>
a { background-color: #B3A278; }
a { background-color: rgb(179,162,120); }
div.DivClassName
{
background-color: #B3A278;
}
.BgClassName
{
background-color: #B3A278;
}
</style>
border-color css
<style>
span { border-color: #B3A278; }
span { border-color: rgb(179,162,120); }
td.TdClassName
{
border-color: #B3A278;
}
.TagClassName
{
border-color: #B3A278;
}
</style>