Shades of Putty #BFA672
Tints of Putty #BFA672
RGB
CMYK
RGB Variations
Color information
#BFA672 (or 0xBFA672) is known color: Putty. HEX triplet: BF, A6 and 72. RGB value is (191,166,114). Sum of RGB (Red+Green+Blue) = 191+166+114=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA672 is #40598D. Grayscale: #A7A7A7. Windows color (decimal): -4217230 or 7513791. OLE color: 7513791.
HSL color Cylindrical-coordinate representation of color #BFA672: hue angle of 40.52º degrees, saturation: 0.38, 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 #BFA672 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 114 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.25 |
| HSL | 40.52º | 0.38% | 0.6% | - |
| HSV(B) | 40.52º | 0.4% | 0.75% | - |
| XYZ | 38.16 | 39.56 | 21.54 | - |
| YUV | 167.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 114 | 0 | 0.13 | 0.40 | 0.25 | 40.52 | 0.38 | 0.6 |
| Hex | BF | A6 | 72 | 0 | D | 28 | 19 | 29 | 26 | 3C |
| Octal | 277 | 246 | 162 | 0 | 15 | 50 | 31 | 51 | 46 | 74 |
| Binary | 10111111 | 10100110 | 1110010 | 0 | 1101 | 101000 | 11001 | 101001 | 100110 | 111100 |
Color Harmonies of #BFA672
Complementary color
Monochromatic Colors of #BFA672
Black with #BFA672
Text Example
Text Example
White with #BFA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA672; }
p { color: rgb(191,166,114); }
H1.HeaderClassName
{
color: #BFA672;
}
.AnyTagClassName
{
color: #BFA672;
}
</style>
background-color css
<style>
a { background-color: #BFA672; }
a { background-color: rgb(191,166,114); }
div.DivClassName
{
background-color: #BFA672;
}
.BgClassName
{
background-color: #BFA672;
}
</style>
border-color css
<style>
span { border-color: #BFA672; }
span { border-color: rgb(191,166,114); }
td.TdClassName
{
border-color: #BFA672;
}
.TagClassName
{
border-color: #BFA672;
}
</style>