Shades of Putty #BEA671
Tints of Putty #BEA671
RGB
CMYK
RGB Variations
Color information
#BEA671 (or 0xBEA671) is known color: Putty. HEX triplet: BE, A6 and 71. RGB value is (190,166,113). Sum of RGB (Red+Green+Blue) = 190+166+113=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA671 is #41598E. Grayscale: #A7A7A7. Windows color (decimal): -4282767 or 7448254. OLE color: 7448254.
HSL color Cylindrical-coordinate representation of color #BEA671: hue angle of 41.3º degrees, saturation: 0.37, 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 #BEA671 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 113 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.25 |
| HSL | 41.3º | 0.37% | 0.59% | - |
| HSV(B) | 41.3º | 0.41% | 0.75% | - |
| XYZ | 37.85 | 39.41 | 21.24 | - |
| YUV | 167.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 113 | 0 | 0.13 | 0.41 | 0.25 | 41.3 | 0.37 | 0.59 |
| Hex | BE | A6 | 71 | 0 | D | 29 | 19 | 29 | 25 | 3B |
| Octal | 276 | 246 | 161 | 0 | 15 | 51 | 31 | 51 | 45 | 73 |
| Binary | 10111110 | 10100110 | 1110001 | 0 | 1101 | 101001 | 11001 | 101001 | 100101 | 111011 |
Color Harmonies of #BEA671
Complementary color
Monochromatic Colors of #BEA671
Black with #BEA671
Text Example
Text Example
White with #BEA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA671; }
p { color: rgb(190,166,113); }
H1.HeaderClassName
{
color: #BEA671;
}
.AnyTagClassName
{
color: #BEA671;
}
</style>
background-color css
<style>
a { background-color: #BEA671; }
a { background-color: rgb(190,166,113); }
div.DivClassName
{
background-color: #BEA671;
}
.BgClassName
{
background-color: #BEA671;
}
</style>
border-color css
<style>
span { border-color: #BEA671; }
span { border-color: rgb(190,166,113); }
td.TdClassName
{
border-color: #BEA671;
}
.TagClassName
{
border-color: #BEA671;
}
</style>