Shades of Putty #BFA677
Tints of Putty #BFA677
RGB
CMYK
RGB Variations
Color information
#BFA677 (or 0xBFA677) is known color: Putty. HEX triplet: BF, A6 and 77. RGB value is (191,166,119). Sum of RGB (Red+Green+Blue) = 191+166+119=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA677 is #405988. Grayscale: #A8A8A8. Windows color (decimal): -4217225 or 7841471. OLE color: 7841471.
HSL color Cylindrical-coordinate representation of color #BFA677: hue angle of 39.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFA677 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 119 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.25 |
| HSL | 39.17º | 0.36% | 0.61% | - |
| HSV(B) | 39.17º | 0.38% | 0.75% | - |
| XYZ | 38.45 | 39.68 | 23.09 | - |
| YUV | 168.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 119 | 0 | 0.13 | 0.38 | 0.25 | 39.17 | 0.36 | 0.61 |
| Hex | BF | A6 | 77 | 0 | D | 26 | 19 | 27 | 24 | 3D |
| Octal | 277 | 246 | 167 | 0 | 15 | 46 | 31 | 47 | 44 | 75 |
| Binary | 10111111 | 10100110 | 1110111 | 0 | 1101 | 100110 | 11001 | 100111 | 100100 | 111101 |
Color Harmonies of #BFA677
Complementary color
Monochromatic Colors of #BFA677
Black with #BFA677
Text Example
Text Example
White with #BFA677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA677; }
p { color: rgb(191,166,119); }
H1.HeaderClassName
{
color: #BFA677;
}
.AnyTagClassName
{
color: #BFA677;
}
</style>
background-color css
<style>
a { background-color: #BFA677; }
a { background-color: rgb(191,166,119); }
div.DivClassName
{
background-color: #BFA677;
}
.BgClassName
{
background-color: #BFA677;
}
</style>
border-color css
<style>
span { border-color: #BFA677; }
span { border-color: rgb(191,166,119); }
td.TdClassName
{
border-color: #BFA677;
}
.TagClassName
{
border-color: #BFA677;
}
</style>