Shades of Putty #BEA970
Tints of Putty #BEA970
RGB
CMYK
RGB Variations
Color information
#BEA970 (or 0xBEA970) is known color: Putty. HEX triplet: BE, A9 and 70. RGB value is (190,169,112). Sum of RGB (Red+Green+Blue) = 190+169+112=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA970 is #41568F. Grayscale: #A9A9A9. Windows color (decimal): -4282000 or 7383486. OLE color: 7383486.
HSL color Cylindrical-coordinate representation of color #BEA970: hue angle of 43.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEA970 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 112 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.25 |
| HSL | 43.85º | 0.38% | 0.59% | - |
| HSV(B) | 43.85º | 0.41% | 0.75% | - |
| XYZ | 38.35 | 40.49 | 21.12 | - |
| YUV | 168.78 | 95.96 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 112 | 0 | 0.11 | 0.41 | 0.25 | 43.85 | 0.38 | 0.59 |
| Hex | BE | A9 | 70 | 0 | B | 29 | 19 | 2C | 26 | 3B |
| Octal | 276 | 251 | 160 | 0 | 13 | 51 | 31 | 54 | 46 | 73 |
| Binary | 10111110 | 10101001 | 1110000 | 0 | 1011 | 101001 | 11001 | 101100 | 100110 | 111011 |
Color Harmonies of #BEA970
Complementary color
Monochromatic Colors of #BEA970
Black with #BEA970
Text Example
Text Example
White with #BEA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA970; }
p { color: rgb(190,169,112); }
H1.HeaderClassName
{
color: #BEA970;
}
.AnyTagClassName
{
color: #BEA970;
}
</style>
background-color css
<style>
a { background-color: #BEA970; }
a { background-color: rgb(190,169,112); }
div.DivClassName
{
background-color: #BEA970;
}
.BgClassName
{
background-color: #BEA970;
}
</style>
border-color css
<style>
span { border-color: #BEA970; }
span { border-color: rgb(190,169,112); }
td.TdClassName
{
border-color: #BEA970;
}
.TagClassName
{
border-color: #BEA970;
}
</style>