Shades of Putty #BEAB6F
Tints of Putty #BEAB6F
RGB
CMYK
RGB Variations
Color information
#BEAB6F (or 0xBEAB6F) is known color: Putty. HEX triplet: BE, AB and 6F. RGB value is (190,171,111). Sum of RGB (Red+Green+Blue) = 190+171+111=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB6F is #415490. Grayscale: #AAAAAA. Windows color (decimal): -4281489 or 7318462. OLE color: 7318462.
HSL color Cylindrical-coordinate representation of color #BEAB6F: hue angle of 45.57º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEAB6F is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 111 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.25 |
| HSL | 45.57º | 0.38% | 0.59% | - |
| HSV(B) | 45.57º | 0.42% | 0.75% | - |
| XYZ | 38.67 | 41.22 | 20.96 | - |
| YUV | 169.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 111 | 0 | 0.10 | 0.42 | 0.25 | 45.57 | 0.38 | 0.59 |
| Hex | BE | AB | 6F | 0 | A | 2A | 19 | 2E | 26 | 3B |
| Octal | 276 | 253 | 157 | 0 | 12 | 52 | 31 | 56 | 46 | 73 |
| Binary | 10111110 | 10101011 | 1101111 | 0 | 1010 | 101010 | 11001 | 101110 | 100110 | 111011 |
Color Harmonies of #BEAB6F
Complementary color
Monochromatic Colors of #BEAB6F
Black with #BEAB6F
Text Example
Text Example
White with #BEAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB6F; }
p { color: rgb(190,171,111); }
H1.HeaderClassName
{
color: #BEAB6F;
}
.AnyTagClassName
{
color: #BEAB6F;
}
</style>
background-color css
<style>
a { background-color: #BEAB6F; }
a { background-color: rgb(190,171,111); }
div.DivClassName
{
background-color: #BEAB6F;
}
.BgClassName
{
background-color: #BEAB6F;
}
</style>
border-color css
<style>
span { border-color: #BEAB6F; }
span { border-color: rgb(190,171,111); }
td.TdClassName
{
border-color: #BEAB6F;
}
.TagClassName
{
border-color: #BEAB6F;
}
</style>