Shades of Hillary #B1A37F
Tints of Hillary #B1A37F
RGB
CMYK
RGB Variations
Color information
#B1A37F (or 0xB1A37F) is known color: Hillary. HEX triplet: B1, A3 and 7F. RGB value is (177,163,127). Sum of RGB (Red+Green+Blue) = 177+163+127=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A37F is #4E5C80. Grayscale: #A3A3A3. Windows color (decimal): -5135489 or 8364977. OLE color: 8364977.
HSL color Cylindrical-coordinate representation of color #B1A37F: hue angle of 43.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A37F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 127 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.31 |
| HSL | 43.2º | 0.24% | 0.6% | - |
| HSV(B) | 43.2º | 0.28% | 0.69% | - |
| XYZ | 35.06 | 37.07 | 25.39 | - |
| YUV | 163.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 127 | 0 | 0.08 | 0.28 | 0.31 | 43.2 | 0.24 | 0.6 |
| Hex | B1 | A3 | 7F | 0 | 8 | 1C | 1F | 2B | 18 | 3C |
| Octal | 261 | 243 | 177 | 0 | 10 | 34 | 37 | 53 | 30 | 74 |
| Binary | 10110001 | 10100011 | 1111111 | 0 | 1000 | 11100 | 11111 | 101011 | 11000 | 111100 |
Color Harmonies of #B1A37F
Complementary color
Monochromatic Colors of #B1A37F
Black with #B1A37F
Text Example
Text Example
White with #B1A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A37F; }
p { color: rgb(177,163,127); }
H1.HeaderClassName
{
color: #B1A37F;
}
.AnyTagClassName
{
color: #B1A37F;
}
</style>
background-color css
<style>
a { background-color: #B1A37F; }
a { background-color: rgb(177,163,127); }
div.DivClassName
{
background-color: #B1A37F;
}
.BgClassName
{
background-color: #B1A37F;
}
</style>
border-color css
<style>
span { border-color: #B1A37F; }
span { border-color: rgb(177,163,127); }
td.TdClassName
{
border-color: #B1A37F;
}
.TagClassName
{
border-color: #B1A37F;
}
</style>