Shades of Putty #BFA871
Tints of Putty #BFA871
RGB
CMYK
RGB Variations
Color information
#BFA871 (or 0xBFA871) is known color: Putty. HEX triplet: BF, A8 and 71. RGB value is (191,168,113). Sum of RGB (Red+Green+Blue) = 191+168+113=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA871 is #40578E. Grayscale: #A8A8A8. Windows color (decimal): -4216719 or 7448767. OLE color: 7448767.
HSL color Cylindrical-coordinate representation of color #BFA871: hue angle of 42.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFA871 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 113 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.25 |
| HSL | 42.31º | 0.38% | 0.6% | - |
| HSV(B) | 42.31º | 0.41% | 0.75% | - |
| XYZ | 38.47 | 40.27 | 21.37 | - |
| YUV | 168.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 113 | 0 | 0.12 | 0.41 | 0.25 | 42.31 | 0.38 | 0.6 |
| Hex | BF | A8 | 71 | 0 | C | 29 | 19 | 2A | 26 | 3C |
| Octal | 277 | 250 | 161 | 0 | 14 | 51 | 31 | 52 | 46 | 74 |
| Binary | 10111111 | 10101000 | 1110001 | 0 | 1100 | 101001 | 11001 | 101010 | 100110 | 111100 |
Color Harmonies of #BFA871
Complementary color
Monochromatic Colors of #BFA871
Black with #BFA871
Text Example
Text Example
White with #BFA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA871; }
p { color: rgb(191,168,113); }
H1.HeaderClassName
{
color: #BFA871;
}
.AnyTagClassName
{
color: #BFA871;
}
</style>
background-color css
<style>
a { background-color: #BFA871; }
a { background-color: rgb(191,168,113); }
div.DivClassName
{
background-color: #BFA871;
}
.BgClassName
{
background-color: #BFA871;
}
</style>
border-color css
<style>
span { border-color: #BFA871; }
span { border-color: rgb(191,168,113); }
td.TdClassName
{
border-color: #BFA871;
}
.TagClassName
{
border-color: #BFA871;
}
</style>