Shades of Putty #BDA76F
Tints of Putty #BDA76F
RGB
CMYK
RGB Variations
Color information
#BDA76F (or 0xBDA76F) is known color: Putty. HEX triplet: BD, A7 and 6F. RGB value is (189,167,111). Sum of RGB (Red+Green+Blue) = 189+167+111=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA76F is #425890. Grayscale: #A7A7A7. Windows color (decimal): -4348049 or 7317437. OLE color: 7317437.
HSL color Cylindrical-coordinate representation of color #BDA76F: hue angle of 43.08º 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 #BDA76F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 111 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.26 |
| HSL | 43.08º | 0.37% | 0.59% | - |
| HSV(B) | 43.08º | 0.41% | 0.74% | - |
| XYZ | 37.67 | 39.6 | 20.7 | - |
| YUV | 167.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 111 | 0 | 0.12 | 0.41 | 0.26 | 43.08 | 0.37 | 0.59 |
| Hex | BD | A7 | 6F | 0 | C | 29 | 1A | 2B | 25 | 3B |
| Octal | 275 | 247 | 157 | 0 | 14 | 51 | 32 | 53 | 45 | 73 |
| Binary | 10111101 | 10100111 | 1101111 | 0 | 1100 | 101001 | 11010 | 101011 | 100101 | 111011 |
Color Harmonies of #BDA76F
Complementary color
Monochromatic Colors of #BDA76F
Black with #BDA76F
Text Example
Text Example
White with #BDA76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA76F; }
p { color: rgb(189,167,111); }
H1.HeaderClassName
{
color: #BDA76F;
}
.AnyTagClassName
{
color: #BDA76F;
}
</style>
background-color css
<style>
a { background-color: #BDA76F; }
a { background-color: rgb(189,167,111); }
div.DivClassName
{
background-color: #BDA76F;
}
.BgClassName
{
background-color: #BDA76F;
}
</style>
border-color css
<style>
span { border-color: #BDA76F; }
span { border-color: rgb(189,167,111); }
td.TdClassName
{
border-color: #BDA76F;
}
.TagClassName
{
border-color: #BDA76F;
}
</style>