Shades of Hillary #B3A375
Tints of Hillary #B3A375
RGB
CMYK
RGB Variations
Color information
#B3A375 (or 0xB3A375) is known color: Hillary. HEX triplet: B3, A3 and 75. RGB value is (179,163,117). Sum of RGB (Red+Green+Blue) = 179+163+117=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A375 is #4C5C8A. Grayscale: #A2A2A2. Windows color (decimal): -5004427 or 7709619. OLE color: 7709619.
HSL color Cylindrical-coordinate representation of color #B3A375: hue angle of 44.52º 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 #B3A375 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 117 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.30 |
| HSL | 44.52º | 0.29% | 0.58% | - |
| HSV(B) | 44.52º | 0.35% | 0.7% | - |
| XYZ | 34.9 | 37.06 | 22.14 | - |
| YUV | 162.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 117 | 0 | 0.09 | 0.35 | 0.30 | 44.52 | 0.29 | 0.58 |
| Hex | B3 | A3 | 75 | 0 | 9 | 23 | 1E | 2D | 1D | 3A |
| Octal | 263 | 243 | 165 | 0 | 11 | 43 | 36 | 55 | 35 | 72 |
| Binary | 10110011 | 10100011 | 1110101 | 0 | 1001 | 100011 | 11110 | 101101 | 11101 | 111010 |
Color Harmonies of #B3A375
Complementary color
Monochromatic Colors of #B3A375
Black with #B3A375
Text Example
Text Example
White with #B3A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A375; }
p { color: rgb(179,163,117); }
H1.HeaderClassName
{
color: #B3A375;
}
.AnyTagClassName
{
color: #B3A375;
}
</style>
background-color css
<style>
a { background-color: #B3A375; }
a { background-color: rgb(179,163,117); }
div.DivClassName
{
background-color: #B3A375;
}
.BgClassName
{
background-color: #B3A375;
}
</style>
border-color css
<style>
span { border-color: #B3A375; }
span { border-color: rgb(179,163,117); }
td.TdClassName
{
border-color: #B3A375;
}
.TagClassName
{
border-color: #B3A375;
}
</style>