Shades of Putty #BFAB71
Tints of Putty #BFAB71
RGB
CMYK
RGB Variations
Color information
#BFAB71 (or 0xBFAB71) is known color: Putty. HEX triplet: BF, AB and 71. RGB value is (191,171,113). Sum of RGB (Red+Green+Blue) = 191+171+113=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB71 is #40548E. Grayscale: #AAAAAA. Windows color (decimal): -4215951 or 7449535. OLE color: 7449535.
HSL color Cylindrical-coordinate representation of color #BFAB71: hue angle of 44.62º 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 #BFAB71 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 113 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.25 |
| HSL | 44.62º | 0.38% | 0.6% | - |
| HSV(B) | 44.62º | 0.41% | 0.75% | - |
| XYZ | 39.03 | 41.39 | 21.56 | - |
| YUV | 170.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 113 | 0 | 0.10 | 0.41 | 0.25 | 44.62 | 0.38 | 0.6 |
| Hex | BF | AB | 71 | 0 | A | 29 | 19 | 2D | 26 | 3C |
| Octal | 277 | 253 | 161 | 0 | 12 | 51 | 31 | 55 | 46 | 74 |
| Binary | 10111111 | 10101011 | 1110001 | 0 | 1010 | 101001 | 11001 | 101101 | 100110 | 111100 |
Color Harmonies of #BFAB71
Complementary color
Monochromatic Colors of #BFAB71
Black with #BFAB71
Text Example
Text Example
White with #BFAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB71; }
p { color: rgb(191,171,113); }
H1.HeaderClassName
{
color: #BFAB71;
}
.AnyTagClassName
{
color: #BFAB71;
}
</style>
background-color css
<style>
a { background-color: #BFAB71; }
a { background-color: rgb(191,171,113); }
div.DivClassName
{
background-color: #BFAB71;
}
.BgClassName
{
background-color: #BFAB71;
}
</style>
border-color css
<style>
span { border-color: #BFAB71; }
span { border-color: rgb(191,171,113); }
td.TdClassName
{
border-color: #BFAB71;
}
.TagClassName
{
border-color: #BFAB71;
}
</style>