Shades of Putty #BFA870
Tints of Putty #BFA870
RGB
CMYK
RGB Variations
Color information
#BFA870 (or 0xBFA870) is known color: Putty. HEX triplet: BF, A8 and 70. RGB value is (191,168,112). Sum of RGB (Red+Green+Blue) = 191+168+112=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA870 is #40578F. Grayscale: #A8A8A8. Windows color (decimal): -4216720 or 7383231. OLE color: 7383231.
HSL color Cylindrical-coordinate representation of color #BFA870: hue angle of 42.53º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFA870 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 112 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.25 |
| HSL | 42.53º | 0.38% | 0.59% | - |
| HSV(B) | 42.53º | 0.41% | 0.75% | - |
| XYZ | 38.41 | 40.25 | 21.07 | - |
| YUV | 168.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 112 | 0 | 0.12 | 0.41 | 0.25 | 42.53 | 0.38 | 0.59 |
| Hex | BF | A8 | 70 | 0 | C | 29 | 19 | 2B | 26 | 3B |
| Octal | 277 | 250 | 160 | 0 | 14 | 51 | 31 | 53 | 46 | 73 |
| Binary | 10111111 | 10101000 | 1110000 | 0 | 1100 | 101001 | 11001 | 101011 | 100110 | 111011 |
Color Harmonies of #BFA870
Complementary color
Monochromatic Colors of #BFA870
Black with #BFA870
Text Example
Text Example
White with #BFA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA870; }
p { color: rgb(191,168,112); }
H1.HeaderClassName
{
color: #BFA870;
}
.AnyTagClassName
{
color: #BFA870;
}
</style>
background-color css
<style>
a { background-color: #BFA870; }
a { background-color: rgb(191,168,112); }
div.DivClassName
{
background-color: #BFA870;
}
.BgClassName
{
background-color: #BFA870;
}
</style>
border-color css
<style>
span { border-color: #BFA870; }
span { border-color: rgb(191,168,112); }
td.TdClassName
{
border-color: #BFA870;
}
.TagClassName
{
border-color: #BFA870;
}
</style>