Shades of Putty #BDA970
Tints of Putty #BDA970
RGB
CMYK
RGB Variations
Color information
#BDA970 (or 0xBDA970) is known color: Putty. HEX triplet: BD, A9 and 70. RGB value is (189,169,112). Sum of RGB (Red+Green+Blue) = 189+169+112=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA970 is #42568F. Grayscale: #A8A8A8. Windows color (decimal): -4347536 or 7383485. OLE color: 7383485.
HSL color Cylindrical-coordinate representation of color #BDA970: hue angle of 44.42º 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 #BDA970 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 112 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.26 |
| HSL | 44.42º | 0.37% | 0.59% | - |
| HSV(B) | 44.42º | 0.41% | 0.74% | - |
| XYZ | 38.1 | 40.36 | 21.11 | - |
| YUV | 168.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 112 | 0 | 0.11 | 0.41 | 0.26 | 44.42 | 0.37 | 0.59 |
| Hex | BD | A9 | 70 | 0 | B | 29 | 1A | 2C | 25 | 3B |
| Octal | 275 | 251 | 160 | 0 | 13 | 51 | 32 | 54 | 45 | 73 |
| Binary | 10111101 | 10101001 | 1110000 | 0 | 1011 | 101001 | 11010 | 101100 | 100101 | 111011 |
Color Harmonies of #BDA970
Complementary color
Monochromatic Colors of #BDA970
Black with #BDA970
Text Example
Text Example
White with #BDA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA970; }
p { color: rgb(189,169,112); }
H1.HeaderClassName
{
color: #BDA970;
}
.AnyTagClassName
{
color: #BDA970;
}
</style>
background-color css
<style>
a { background-color: #BDA970; }
a { background-color: rgb(189,169,112); }
div.DivClassName
{
background-color: #BDA970;
}
.BgClassName
{
background-color: #BDA970;
}
</style>
border-color css
<style>
span { border-color: #BDA970; }
span { border-color: rgb(189,169,112); }
td.TdClassName
{
border-color: #BDA970;
}
.TagClassName
{
border-color: #BDA970;
}
</style>