Shades of Putty #BEA770
Tints of Putty #BEA770
RGB
CMYK
RGB Variations
Color information
#BEA770 (or 0xBEA770) is known color: Putty. HEX triplet: BE, A7 and 70. RGB value is (190,167,112). Sum of RGB (Red+Green+Blue) = 190+167+112=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA770 is #41588F. Grayscale: #A7A7A7. Windows color (decimal): -4282512 or 7382974. OLE color: 7382974.
HSL color Cylindrical-coordinate representation of color #BEA770: hue angle of 42.31º 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 #BEA770 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 112 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.25 |
| HSL | 42.31º | 0.38% | 0.59% | - |
| HSV(B) | 42.31º | 0.41% | 0.75% | - |
| XYZ | 37.98 | 39.75 | 21 | - |
| YUV | 167.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 112 | 0 | 0.12 | 0.41 | 0.25 | 42.31 | 0.38 | 0.59 |
| Hex | BE | A7 | 70 | 0 | C | 29 | 19 | 2A | 26 | 3B |
| Octal | 276 | 247 | 160 | 0 | 14 | 51 | 31 | 52 | 46 | 73 |
| Binary | 10111110 | 10100111 | 1110000 | 0 | 1100 | 101001 | 11001 | 101010 | 100110 | 111011 |
Color Harmonies of #BEA770
Complementary color
Monochromatic Colors of #BEA770
Black with #BEA770
Text Example
Text Example
White with #BEA770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA770; }
p { color: rgb(190,167,112); }
H1.HeaderClassName
{
color: #BEA770;
}
.AnyTagClassName
{
color: #BEA770;
}
</style>
background-color css
<style>
a { background-color: #BEA770; }
a { background-color: rgb(190,167,112); }
div.DivClassName
{
background-color: #BEA770;
}
.BgClassName
{
background-color: #BEA770;
}
</style>
border-color css
<style>
span { border-color: #BEA770; }
span { border-color: rgb(190,167,112); }
td.TdClassName
{
border-color: #BEA770;
}
.TagClassName
{
border-color: #BEA770;
}
</style>