Shades of Putty #BFAA73
Tints of Putty #BFAA73
RGB
CMYK
RGB Variations
Color information
#BFAA73 (or 0xBFAA73) is known color: Putty. HEX triplet: BF, AA and 73. RGB value is (191,170,115). Sum of RGB (Red+Green+Blue) = 191+170+115=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA73 is #40558C. Grayscale: #AAAAAA. Windows color (decimal): -4216205 or 7580351. OLE color: 7580351.
HSL color Cylindrical-coordinate representation of color #BFAA73: hue angle of 43.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFAA73 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 115 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.25 |
| HSL | 43.42º | 0.37% | 0.6% | - |
| HSV(B) | 43.42º | 0.4% | 0.75% | - |
| XYZ | 38.96 | 41.06 | 22.09 | - |
| YUV | 170.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 115 | 0 | 0.11 | 0.40 | 0.25 | 43.42 | 0.37 | 0.6 |
| Hex | BF | AA | 73 | 0 | B | 28 | 19 | 2B | 25 | 3C |
| Octal | 277 | 252 | 163 | 0 | 13 | 50 | 31 | 53 | 45 | 74 |
| Binary | 10111111 | 10101010 | 1110011 | 0 | 1011 | 101000 | 11001 | 101011 | 100101 | 111100 |
Color Harmonies of #BFAA73
Complementary color
Monochromatic Colors of #BFAA73
Black with #BFAA73
Text Example
Text Example
White with #BFAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA73; }
p { color: rgb(191,170,115); }
H1.HeaderClassName
{
color: #BFAA73;
}
.AnyTagClassName
{
color: #BFAA73;
}
</style>
background-color css
<style>
a { background-color: #BFAA73; }
a { background-color: rgb(191,170,115); }
div.DivClassName
{
background-color: #BFAA73;
}
.BgClassName
{
background-color: #BFAA73;
}
</style>
border-color css
<style>
span { border-color: #BFAA73; }
span { border-color: rgb(191,170,115); }
td.TdClassName
{
border-color: #BFAA73;
}
.TagClassName
{
border-color: #BFAA73;
}
</style>