Shades of Putty #BDA672
Tints of Putty #BDA672
RGB
CMYK
RGB Variations
Color information
#BDA672 (or 0xBDA672) is known color: Putty. HEX triplet: BD, A6 and 72. RGB value is (189,166,114). Sum of RGB (Red+Green+Blue) = 189+166+114=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA672 is #42598D. Grayscale: #A7A7A7. Windows color (decimal): -4348302 or 7513789. OLE color: 7513789.
HSL color Cylindrical-coordinate representation of color #BDA672: hue angle of 41.6º degrees, saturation: 0.36, 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 #BDA672 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 114 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.26 |
| HSL | 41.6º | 0.36% | 0.59% | - |
| HSV(B) | 41.6º | 0.4% | 0.74% | - |
| XYZ | 37.66 | 39.31 | 21.52 | - |
| YUV | 166.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 114 | 0 | 0.12 | 0.40 | 0.26 | 41.6 | 0.36 | 0.59 |
| Hex | BD | A6 | 72 | 0 | C | 28 | 1A | 2A | 24 | 3B |
| Octal | 275 | 246 | 162 | 0 | 14 | 50 | 32 | 52 | 44 | 73 |
| Binary | 10111101 | 10100110 | 1110010 | 0 | 1100 | 101000 | 11010 | 101010 | 100100 | 111011 |
Color Harmonies of #BDA672
Complementary color
Monochromatic Colors of #BDA672
Black with #BDA672
Text Example
Text Example
White with #BDA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA672; }
p { color: rgb(189,166,114); }
H1.HeaderClassName
{
color: #BDA672;
}
.AnyTagClassName
{
color: #BDA672;
}
</style>
background-color css
<style>
a { background-color: #BDA672; }
a { background-color: rgb(189,166,114); }
div.DivClassName
{
background-color: #BDA672;
}
.BgClassName
{
background-color: #BDA672;
}
</style>
border-color css
<style>
span { border-color: #BDA672; }
span { border-color: rgb(189,166,114); }
td.TdClassName
{
border-color: #BDA672;
}
.TagClassName
{
border-color: #BDA672;
}
</style>