Shades of Putty #BFAB72
Tints of Putty #BFAB72
RGB
CMYK
RGB Variations
Color information
#BFAB72 (or 0xBFAB72) is known color: Putty. HEX triplet: BF, AB and 72. RGB value is (191,171,114). Sum of RGB (Red+Green+Blue) = 191+171+114=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB72 is #40548D. Grayscale: #AAAAAA. Windows color (decimal): -4215950 or 7515071. OLE color: 7515071.
HSL color Cylindrical-coordinate representation of color #BFAB72: hue angle of 44.42º 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 #BFAB72 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 114 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.25 |
| HSL | 44.42º | 0.38% | 0.6% | - |
| HSV(B) | 44.42º | 0.4% | 0.75% | - |
| XYZ | 39.09 | 41.42 | 21.85 | - |
| YUV | 170.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 114 | 0 | 0.10 | 0.40 | 0.25 | 44.42 | 0.38 | 0.6 |
| Hex | BF | AB | 72 | 0 | A | 28 | 19 | 2C | 26 | 3C |
| Octal | 277 | 253 | 162 | 0 | 12 | 50 | 31 | 54 | 46 | 74 |
| Binary | 10111111 | 10101011 | 1110010 | 0 | 1010 | 101000 | 11001 | 101100 | 100110 | 111100 |
Color Harmonies of #BFAB72
Complementary color
Monochromatic Colors of #BFAB72
Black with #BFAB72
Text Example
Text Example
White with #BFAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB72; }
p { color: rgb(191,171,114); }
H1.HeaderClassName
{
color: #BFAB72;
}
.AnyTagClassName
{
color: #BFAB72;
}
</style>
background-color css
<style>
a { background-color: #BFAB72; }
a { background-color: rgb(191,171,114); }
div.DivClassName
{
background-color: #BFAB72;
}
.BgClassName
{
background-color: #BFAB72;
}
</style>
border-color css
<style>
span { border-color: #BFAB72; }
span { border-color: rgb(191,171,114); }
td.TdClassName
{
border-color: #BFAB72;
}
.TagClassName
{
border-color: #BFAB72;
}
</style>