Shades of Putty #BDA66E
Tints of Putty #BDA66E
RGB
CMYK
RGB Variations
Color information
#BDA66E (or 0xBDA66E) is known color: Putty. HEX triplet: BD, A6 and 6E. RGB value is (189,166,110). Sum of RGB (Red+Green+Blue) = 189+166+110=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA66E is #425991. Grayscale: #A6A6A6. Windows color (decimal): -4348306 or 7251645. OLE color: 7251645.
HSL color Cylindrical-coordinate representation of color #BDA66E: hue angle of 42.53º 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 #BDA66E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 110 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.26 |
| HSL | 42.53º | 0.37% | 0.59% | - |
| HSV(B) | 42.53º | 0.42% | 0.74% | - |
| XYZ | 37.44 | 39.22 | 20.35 | - |
| YUV | 166.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 110 | 0 | 0.12 | 0.42 | 0.26 | 42.53 | 0.37 | 0.59 |
| Hex | BD | A6 | 6E | 0 | C | 2A | 1A | 2B | 25 | 3B |
| Octal | 275 | 246 | 156 | 0 | 14 | 52 | 32 | 53 | 45 | 73 |
| Binary | 10111101 | 10100110 | 1101110 | 0 | 1100 | 101010 | 11010 | 101011 | 100101 | 111011 |
Color Harmonies of #BDA66E
Complementary color
Monochromatic Colors of #BDA66E
Black with #BDA66E
Text Example
Text Example
White with #BDA66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA66E; }
p { color: rgb(189,166,110); }
H1.HeaderClassName
{
color: #BDA66E;
}
.AnyTagClassName
{
color: #BDA66E;
}
</style>
background-color css
<style>
a { background-color: #BDA66E; }
a { background-color: rgb(189,166,110); }
div.DivClassName
{
background-color: #BDA66E;
}
.BgClassName
{
background-color: #BDA66E;
}
</style>
border-color css
<style>
span { border-color: #BDA66E; }
span { border-color: rgb(189,166,110); }
td.TdClassName
{
border-color: #BDA66E;
}
.TagClassName
{
border-color: #BDA66E;
}
</style>