Shades of Putty #BDA870
Tints of Putty #BDA870
RGB
CMYK
RGB Variations
Color information
#BDA870 (or 0xBDA870) is known color: Putty. HEX triplet: BD, A8 and 70. RGB value is (189,168,112). Sum of RGB (Red+Green+Blue) = 189+168+112=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA870 is #42578F. Grayscale: #A8A8A8. Windows color (decimal): -4347792 or 7383229. OLE color: 7383229.
HSL color Cylindrical-coordinate representation of color #BDA870: hue angle of 43.64º 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 #BDA870 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 112 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.26 |
| HSL | 43.64º | 0.37% | 0.59% | - |
| HSV(B) | 43.64º | 0.41% | 0.74% | - |
| XYZ | 37.91 | 39.99 | 21.05 | - |
| YUV | 167.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 112 | 0 | 0.11 | 0.41 | 0.26 | 43.64 | 0.37 | 0.59 |
| Hex | BD | A8 | 70 | 0 | B | 29 | 1A | 2C | 25 | 3B |
| Octal | 275 | 250 | 160 | 0 | 13 | 51 | 32 | 54 | 45 | 73 |
| Binary | 10111101 | 10101000 | 1110000 | 0 | 1011 | 101001 | 11010 | 101100 | 100101 | 111011 |
Color Harmonies of #BDA870
Complementary color
Monochromatic Colors of #BDA870
Black with #BDA870
Text Example
Text Example
White with #BDA870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA870; }
p { color: rgb(189,168,112); }
H1.HeaderClassName
{
color: #BDA870;
}
.AnyTagClassName
{
color: #BDA870;
}
</style>
background-color css
<style>
a { background-color: #BDA870; }
a { background-color: rgb(189,168,112); }
div.DivClassName
{
background-color: #BDA870;
}
.BgClassName
{
background-color: #BDA870;
}
</style>
border-color css
<style>
span { border-color: #BDA870; }
span { border-color: rgb(189,168,112); }
td.TdClassName
{
border-color: #BDA870;
}
.TagClassName
{
border-color: #BDA870;
}
</style>