Shades of Putty #BDA773
Tints of Putty #BDA773
RGB
CMYK
RGB Variations
Color information
#BDA773 (or 0xBDA773) is known color: Putty. HEX triplet: BD, A7 and 73. RGB value is (189,167,115). Sum of RGB (Red+Green+Blue) = 189+167+115=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA773 is #42588C. Grayscale: #A7A7A7. Windows color (decimal): -4348045 or 7579581. OLE color: 7579581.
HSL color Cylindrical-coordinate representation of color #BDA773: hue angle of 42.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDA773 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 115 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.26 |
| HSL | 42.16º | 0.36% | 0.6% | - |
| HSV(B) | 42.16º | 0.39% | 0.74% | - |
| XYZ | 37.9 | 39.69 | 21.88 | - |
| YUV | 167.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 115 | 0 | 0.12 | 0.39 | 0.26 | 42.16 | 0.36 | 0.6 |
| Hex | BD | A7 | 73 | 0 | C | 27 | 1A | 2A | 24 | 3C |
| Octal | 275 | 247 | 163 | 0 | 14 | 47 | 32 | 52 | 44 | 74 |
| Binary | 10111101 | 10100111 | 1110011 | 0 | 1100 | 100111 | 11010 | 101010 | 100100 | 111100 |
Color Harmonies of #BDA773
Complementary color
Monochromatic Colors of #BDA773
Black with #BDA773
Text Example
Text Example
White with #BDA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA773; }
p { color: rgb(189,167,115); }
H1.HeaderClassName
{
color: #BDA773;
}
.AnyTagClassName
{
color: #BDA773;
}
</style>
background-color css
<style>
a { background-color: #BDA773; }
a { background-color: rgb(189,167,115); }
div.DivClassName
{
background-color: #BDA773;
}
.BgClassName
{
background-color: #BDA773;
}
</style>
border-color css
<style>
span { border-color: #BDA773; }
span { border-color: rgb(189,167,115); }
td.TdClassName
{
border-color: #BDA773;
}
.TagClassName
{
border-color: #BDA773;
}
</style>