Shades of Putty #BDA66F
Tints of Putty #BDA66F
RGB
CMYK
RGB Variations
Color information
#BDA66F (or 0xBDA66F) is known color: Putty. HEX triplet: BD, A6 and 6F. RGB value is (189,166,111). Sum of RGB (Red+Green+Blue) = 189+166+111=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA66F is #425990. Grayscale: #A6A6A6. Windows color (decimal): -4348305 or 7317181. OLE color: 7317181.
HSL color Cylindrical-coordinate representation of color #BDA66F: hue angle of 42.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDA66F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 111 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.26 |
| HSL | 42.31º | 0.37% | 0.59% | - |
| HSV(B) | 42.31º | 0.41% | 0.74% | - |
| XYZ | 37.49 | 39.24 | 20.64 | - |
| YUV | 166.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 111 | 0 | 0.12 | 0.41 | 0.26 | 42.31 | 0.37 | 0.59 |
| Hex | BD | A6 | 6F | 0 | C | 29 | 1A | 2A | 25 | 3B |
| Octal | 275 | 246 | 157 | 0 | 14 | 51 | 32 | 52 | 45 | 73 |
| Binary | 10111101 | 10100110 | 1101111 | 0 | 1100 | 101001 | 11010 | 101010 | 100101 | 111011 |
Color Harmonies of #BDA66F
Complementary color
Monochromatic Colors of #BDA66F
Black with #BDA66F
Text Example
Text Example
White with #BDA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA66F; }
p { color: rgb(189,166,111); }
H1.HeaderClassName
{
color: #BDA66F;
}
.AnyTagClassName
{
color: #BDA66F;
}
</style>
background-color css
<style>
a { background-color: #BDA66F; }
a { background-color: rgb(189,166,111); }
div.DivClassName
{
background-color: #BDA66F;
}
.BgClassName
{
background-color: #BDA66F;
}
</style>
border-color css
<style>
span { border-color: #BDA66F; }
span { border-color: rgb(189,166,111); }
td.TdClassName
{
border-color: #BDA66F;
}
.TagClassName
{
border-color: #BDA66F;
}
</style>