Shades of Putty #BDA86F
Tints of Putty #BDA86F
RGB
CMYK
RGB Variations
Color information
#BDA86F (or 0xBDA86F) is known color: Putty. HEX triplet: BD, A8 and 6F. RGB value is (189,168,111). Sum of RGB (Red+Green+Blue) = 189+168+111=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA86F is #425790. Grayscale: #A8A8A8. Windows color (decimal): -4347793 or 7317693. OLE color: 7317693.
HSL color Cylindrical-coordinate representation of color #BDA86F: hue angle of 43.85º 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 #BDA86F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 111 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.26 |
| HSL | 43.85º | 0.37% | 0.59% | - |
| HSV(B) | 43.85º | 0.41% | 0.74% | - |
| XYZ | 37.86 | 39.97 | 20.76 | - |
| YUV | 167.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 111 | 0 | 0.11 | 0.41 | 0.26 | 43.85 | 0.37 | 0.59 |
| Hex | BD | A8 | 6F | 0 | B | 29 | 1A | 2C | 25 | 3B |
| Octal | 275 | 250 | 157 | 0 | 13 | 51 | 32 | 54 | 45 | 73 |
| Binary | 10111101 | 10101000 | 1101111 | 0 | 1011 | 101001 | 11010 | 101100 | 100101 | 111011 |
Color Harmonies of #BDA86F
Complementary color
Monochromatic Colors of #BDA86F
Black with #BDA86F
Text Example
Text Example
White with #BDA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA86F; }
p { color: rgb(189,168,111); }
H1.HeaderClassName
{
color: #BDA86F;
}
.AnyTagClassName
{
color: #BDA86F;
}
</style>
background-color css
<style>
a { background-color: #BDA86F; }
a { background-color: rgb(189,168,111); }
div.DivClassName
{
background-color: #BDA86F;
}
.BgClassName
{
background-color: #BDA86F;
}
</style>
border-color css
<style>
span { border-color: #BDA86F; }
span { border-color: rgb(189,168,111); }
td.TdClassName
{
border-color: #BDA86F;
}
.TagClassName
{
border-color: #BDA86F;
}
</style>