Shades of Hillary #B3A275
Tints of Hillary #B3A275
RGB
CMYK
RGB Variations
Color information
#B3A275 (or 0xB3A275) is known color: Hillary. HEX triplet: B3, A2 and 75. RGB value is (179,162,117). Sum of RGB (Red+Green+Blue) = 179+162+117=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A275 is #4C5D8A. Grayscale: #A2A2A2. Windows color (decimal): -5004683 or 7709363. OLE color: 7709363.
HSL color Cylindrical-coordinate representation of color #B3A275: hue angle of 43.55º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3A275 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 117 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.30 |
| HSL | 43.55º | 0.29% | 0.58% | - |
| HSV(B) | 43.55º | 0.35% | 0.7% | - |
| XYZ | 34.72 | 36.71 | 22.09 | - |
| YUV | 161.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 117 | 0 | 0.09 | 0.35 | 0.30 | 43.55 | 0.29 | 0.58 |
| Hex | B3 | A2 | 75 | 0 | 9 | 23 | 1E | 2C | 1D | 3A |
| Octal | 263 | 242 | 165 | 0 | 11 | 43 | 36 | 54 | 35 | 72 |
| Binary | 10110011 | 10100010 | 1110101 | 0 | 1001 | 100011 | 11110 | 101100 | 11101 | 111010 |
Color Harmonies of #B3A275
Complementary color
Monochromatic Colors of #B3A275
Black with #B3A275
Text Example
Text Example
White with #B3A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A275; }
p { color: rgb(179,162,117); }
H1.HeaderClassName
{
color: #B3A275;
}
.AnyTagClassName
{
color: #B3A275;
}
</style>
background-color css
<style>
a { background-color: #B3A275; }
a { background-color: rgb(179,162,117); }
div.DivClassName
{
background-color: #B3A275;
}
.BgClassName
{
background-color: #B3A275;
}
</style>
border-color css
<style>
span { border-color: #B3A275; }
span { border-color: rgb(179,162,117); }
td.TdClassName
{
border-color: #B3A275;
}
.TagClassName
{
border-color: #B3A275;
}
</style>