Shades of Putty #BFAD70
Tints of Putty #BFAD70
RGB
CMYK
RGB Variations
Color information
#BFAD70 (or 0xBFAD70) is known color: Putty. HEX triplet: BF, AD and 70. RGB value is (191,173,112). Sum of RGB (Red+Green+Blue) = 191+173+112=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAD70 is #40528F. Grayscale: #ABABAB. Windows color (decimal): -4215440 or 7384511. OLE color: 7384511.
HSL color Cylindrical-coordinate representation of color #BFAD70: hue angle of 46.33º 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 #BFAD70 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 112 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.25 |
| HSL | 46.33º | 0.38% | 0.59% | - |
| HSV(B) | 46.33º | 0.41% | 0.75% | - |
| XYZ | 39.35 | 42.13 | 21.39 | - |
| YUV | 171.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 112 | 0 | 0.09 | 0.41 | 0.25 | 46.33 | 0.38 | 0.59 |
| Hex | BF | AD | 70 | 0 | 9 | 29 | 19 | 2E | 26 | 3B |
| Octal | 277 | 255 | 160 | 0 | 11 | 51 | 31 | 56 | 46 | 73 |
| Binary | 10111111 | 10101101 | 1110000 | 0 | 1001 | 101001 | 11001 | 101110 | 100110 | 111011 |
Color Harmonies of #BFAD70
Complementary color
Monochromatic Colors of #BFAD70
Black with #BFAD70
Text Example
Text Example
White with #BFAD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD70; }
p { color: rgb(191,173,112); }
H1.HeaderClassName
{
color: #BFAD70;
}
.AnyTagClassName
{
color: #BFAD70;
}
</style>
background-color css
<style>
a { background-color: #BFAD70; }
a { background-color: rgb(191,173,112); }
div.DivClassName
{
background-color: #BFAD70;
}
.BgClassName
{
background-color: #BFAD70;
}
</style>
border-color css
<style>
span { border-color: #BFAD70; }
span { border-color: rgb(191,173,112); }
td.TdClassName
{
border-color: #BFAD70;
}
.TagClassName
{
border-color: #BFAD70;
}
</style>