Shades of Putty #BDA671
Tints of Putty #BDA671
RGB
CMYK
RGB Variations
Color information
#BDA671 (or 0xBDA671) is known color: Putty. HEX triplet: BD, A6 and 71. RGB value is (189,166,113). Sum of RGB (Red+Green+Blue) = 189+166+113=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA671 is #42598E. Grayscale: #A7A7A7. Windows color (decimal): -4348303 or 7448253. OLE color: 7448253.
HSL color Cylindrical-coordinate representation of color #BDA671: hue angle of 41.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA671 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 113 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.26 |
| HSL | 41.84º | 0.37% | 0.59% | - |
| HSV(B) | 41.84º | 0.4% | 0.74% | - |
| XYZ | 37.6 | 39.28 | 21.22 | - |
| YUV | 166.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 113 | 0 | 0.12 | 0.40 | 0.26 | 41.84 | 0.37 | 0.59 |
| Hex | BD | A6 | 71 | 0 | C | 28 | 1A | 2A | 25 | 3B |
| Octal | 275 | 246 | 161 | 0 | 14 | 50 | 32 | 52 | 45 | 73 |
| Binary | 10111101 | 10100110 | 1110001 | 0 | 1100 | 101000 | 11010 | 101010 | 100101 | 111011 |
Color Harmonies of #BDA671
Complementary color
Monochromatic Colors of #BDA671
Black with #BDA671
Text Example
Text Example
White with #BDA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA671; }
p { color: rgb(189,166,113); }
H1.HeaderClassName
{
color: #BDA671;
}
.AnyTagClassName
{
color: #BDA671;
}
</style>
background-color css
<style>
a { background-color: #BDA671; }
a { background-color: rgb(189,166,113); }
div.DivClassName
{
background-color: #BDA671;
}
.BgClassName
{
background-color: #BDA671;
}
</style>
border-color css
<style>
span { border-color: #BDA671; }
span { border-color: rgb(189,166,113); }
td.TdClassName
{
border-color: #BDA671;
}
.TagClassName
{
border-color: #BDA671;
}
</style>