Shades of Putty #BDA96F
Tints of Putty #BDA96F
RGB
CMYK
RGB Variations
Color information
#BDA96F (or 0xBDA96F) is known color: Putty. HEX triplet: BD, A9 and 6F. RGB value is (189,169,111). Sum of RGB (Red+Green+Blue) = 189+169+111=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA96F is #425690. Grayscale: #A8A8A8. Windows color (decimal): -4347537 or 7317949. OLE color: 7317949.
HSL color Cylindrical-coordinate representation of color #BDA96F: hue angle of 44.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDA96F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 111 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.26 |
| HSL | 44.62º | 0.37% | 0.59% | - |
| HSV(B) | 44.62º | 0.41% | 0.74% | - |
| XYZ | 38.04 | 40.34 | 20.82 | - |
| YUV | 168.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 111 | 0 | 0.11 | 0.41 | 0.26 | 44.62 | 0.37 | 0.59 |
| Hex | BD | A9 | 6F | 0 | B | 29 | 1A | 2D | 25 | 3B |
| Octal | 275 | 251 | 157 | 0 | 13 | 51 | 32 | 55 | 45 | 73 |
| Binary | 10111101 | 10101001 | 1101111 | 0 | 1011 | 101001 | 11010 | 101101 | 100101 | 111011 |
Color Harmonies of #BDA96F
Complementary color
Monochromatic Colors of #BDA96F
Black with #BDA96F
Text Example
Text Example
White with #BDA96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA96F; }
p { color: rgb(189,169,111); }
H1.HeaderClassName
{
color: #BDA96F;
}
.AnyTagClassName
{
color: #BDA96F;
}
</style>
background-color css
<style>
a { background-color: #BDA96F; }
a { background-color: rgb(189,169,111); }
div.DivClassName
{
background-color: #BDA96F;
}
.BgClassName
{
background-color: #BDA96F;
}
</style>
border-color css
<style>
span { border-color: #BDA96F; }
span { border-color: rgb(189,169,111); }
td.TdClassName
{
border-color: #BDA96F;
}
.TagClassName
{
border-color: #BDA96F;
}
</style>