Shades of Putty #BDA86E
Tints of Putty #BDA86E
RGB
CMYK
RGB Variations
Color information
#BDA86E (or 0xBDA86E) is known color: Putty. HEX triplet: BD, A8 and 6E. RGB value is (189,168,110). Sum of RGB (Red+Green+Blue) = 189+168+110=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA86E is #425791. Grayscale: #A7A7A7. Windows color (decimal): -4347794 or 7252157. OLE color: 7252157.
HSL color Cylindrical-coordinate representation of color #BDA86E: hue angle of 44.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDA86E is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 110 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.26 |
| HSL | 44.05º | 0.37% | 0.59% | - |
| HSV(B) | 44.05º | 0.42% | 0.74% | - |
| XYZ | 37.8 | 39.95 | 20.47 | - |
| YUV | 167.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 110 | 0 | 0.11 | 0.42 | 0.26 | 44.05 | 0.37 | 0.59 |
| Hex | BD | A8 | 6E | 0 | B | 2A | 1A | 2C | 25 | 3B |
| Octal | 275 | 250 | 156 | 0 | 13 | 52 | 32 | 54 | 45 | 73 |
| Binary | 10111101 | 10101000 | 1101110 | 0 | 1011 | 101010 | 11010 | 101100 | 100101 | 111011 |
Color Harmonies of #BDA86E
Complementary color
Monochromatic Colors of #BDA86E
Black with #BDA86E
Text Example
Text Example
White with #BDA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA86E; }
p { color: rgb(189,168,110); }
H1.HeaderClassName
{
color: #BDA86E;
}
.AnyTagClassName
{
color: #BDA86E;
}
</style>
background-color css
<style>
a { background-color: #BDA86E; }
a { background-color: rgb(189,168,110); }
div.DivClassName
{
background-color: #BDA86E;
}
.BgClassName
{
background-color: #BDA86E;
}
</style>
border-color css
<style>
span { border-color: #BDA86E; }
span { border-color: rgb(189,168,110); }
td.TdClassName
{
border-color: #BDA86E;
}
.TagClassName
{
border-color: #BDA86E;
}
</style>