Shades of Putty #BFA86F
Tints of Putty #BFA86F
RGB
CMYK
RGB Variations
Color information
#BFA86F (or 0xBFA86F) is known color: Putty. HEX triplet: BF, A8 and 6F. RGB value is (191,168,111). Sum of RGB (Red+Green+Blue) = 191+168+111=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA86F is #405790. Grayscale: #A8A8A8. Windows color (decimal): -4216721 or 7317695. OLE color: 7317695.
HSL color Cylindrical-coordinate representation of color #BFA86F: hue angle of 42.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFA86F is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 111 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.25 |
| HSL | 42.75º | 0.38% | 0.59% | - |
| HSV(B) | 42.75º | 0.42% | 0.75% | - |
| XYZ | 38.36 | 40.23 | 20.78 | - |
| YUV | 168.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 111 | 0 | 0.12 | 0.42 | 0.25 | 42.75 | 0.38 | 0.59 |
| Hex | BF | A8 | 6F | 0 | C | 2A | 19 | 2B | 26 | 3B |
| Octal | 277 | 250 | 157 | 0 | 14 | 52 | 31 | 53 | 46 | 73 |
| Binary | 10111111 | 10101000 | 1101111 | 0 | 1100 | 101010 | 11001 | 101011 | 100110 | 111011 |
Color Harmonies of #BFA86F
Complementary color
Monochromatic Colors of #BFA86F
Black with #BFA86F
Text Example
Text Example
White with #BFA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA86F; }
p { color: rgb(191,168,111); }
H1.HeaderClassName
{
color: #BFA86F;
}
.AnyTagClassName
{
color: #BFA86F;
}
</style>
background-color css
<style>
a { background-color: #BFA86F; }
a { background-color: rgb(191,168,111); }
div.DivClassName
{
background-color: #BFA86F;
}
.BgClassName
{
background-color: #BFA86F;
}
</style>
border-color css
<style>
span { border-color: #BFA86F; }
span { border-color: rgb(191,168,111); }
td.TdClassName
{
border-color: #BFA86F;
}
.TagClassName
{
border-color: #BFA86F;
}
</style>