Shades of Putty #BFA773
Tints of Putty #BFA773
RGB
CMYK
RGB Variations
Color information
#BFA773 (or 0xBFA773) is known color: Putty. HEX triplet: BF, A7 and 73. RGB value is (191,167,115). Sum of RGB (Red+Green+Blue) = 191+167+115=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA773 is #40588C. Grayscale: #A8A8A8. Windows color (decimal): -4216973 or 7579583. OLE color: 7579583.
HSL color Cylindrical-coordinate representation of color #BFA773: hue angle of 41.05º 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 #BFA773 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 115 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.25 |
| HSL | 41.05º | 0.37% | 0.6% | - |
| HSV(B) | 41.05º | 0.4% | 0.75% | - |
| XYZ | 38.4 | 39.95 | 21.91 | - |
| YUV | 168.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 115 | 0 | 0.13 | 0.40 | 0.25 | 41.05 | 0.37 | 0.6 |
| Hex | BF | A7 | 73 | 0 | D | 28 | 19 | 29 | 25 | 3C |
| Octal | 277 | 247 | 163 | 0 | 15 | 50 | 31 | 51 | 45 | 74 |
| Binary | 10111111 | 10100111 | 1110011 | 0 | 1101 | 101000 | 11001 | 101001 | 100101 | 111100 |
Color Harmonies of #BFA773
Complementary color
Monochromatic Colors of #BFA773
Black with #BFA773
Text Example
Text Example
White with #BFA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA773; }
p { color: rgb(191,167,115); }
H1.HeaderClassName
{
color: #BFA773;
}
.AnyTagClassName
{
color: #BFA773;
}
</style>
background-color css
<style>
a { background-color: #BFA773; }
a { background-color: rgb(191,167,115); }
div.DivClassName
{
background-color: #BFA773;
}
.BgClassName
{
background-color: #BFA773;
}
</style>
border-color css
<style>
span { border-color: #BFA773; }
span { border-color: rgb(191,167,115); }
td.TdClassName
{
border-color: #BFA773;
}
.TagClassName
{
border-color: #BFA773;
}
</style>