Shades of Putty #BFAC6E
Tints of Putty #BFAC6E
RGB
CMYK
RGB Variations
Color information
#BFAC6E (or 0xBFAC6E) is known color: Putty. HEX triplet: BF, AC and 6E. RGB value is (191,172,110). Sum of RGB (Red+Green+Blue) = 191+172+110=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC6E is #405391. Grayscale: #AAAAAA. Windows color (decimal): -4215698 or 7253183. OLE color: 7253183.
HSL color Cylindrical-coordinate representation of color #BFAC6E: hue angle of 45.93º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFAC6E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 110 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.25 |
| HSL | 45.93º | 0.39% | 0.59% | - |
| HSV(B) | 45.93º | 0.42% | 0.75% | - |
| XYZ | 39.05 | 41.71 | 20.74 | - |
| YUV | 170.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 110 | 0 | 0.10 | 0.42 | 0.25 | 45.93 | 0.39 | 0.59 |
| Hex | BF | AC | 6E | 0 | A | 2A | 19 | 2E | 27 | 3B |
| Octal | 277 | 254 | 156 | 0 | 12 | 52 | 31 | 56 | 47 | 73 |
| Binary | 10111111 | 10101100 | 1101110 | 0 | 1010 | 101010 | 11001 | 101110 | 100111 | 111011 |
Color Harmonies of #BFAC6E
Complementary color
Monochromatic Colors of #BFAC6E
Black with #BFAC6E
Text Example
Text Example
White with #BFAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC6E; }
p { color: rgb(191,172,110); }
H1.HeaderClassName
{
color: #BFAC6E;
}
.AnyTagClassName
{
color: #BFAC6E;
}
</style>
background-color css
<style>
a { background-color: #BFAC6E; }
a { background-color: rgb(191,172,110); }
div.DivClassName
{
background-color: #BFAC6E;
}
.BgClassName
{
background-color: #BFAC6E;
}
</style>
border-color css
<style>
span { border-color: #BFAC6E; }
span { border-color: rgb(191,172,110); }
td.TdClassName
{
border-color: #BFAC6E;
}
.TagClassName
{
border-color: #BFAC6E;
}
</style>