Shades of Puce #BE858C
Tints of Puce #BE858C
RGB
CMYK
RGB Variations
Color information
#BE858C (or 0xBE858C) is known color: Puce. HEX triplet: BE, 85 and 8C. RGB value is (190,133,140). Sum of RGB (Red+Green+Blue) = 190+133+140=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE858C is #417A73. Grayscale: #969696. Windows color (decimal): -4291188 or 9209278. OLE color: 9209278.
HSL color Cylindrical-coordinate representation of color #BE858C: hue angle of 352.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE858C is Cyan = 0, Magento = 0.3, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 140 | - |
| CMYK | 0 | 0.3 | 0.26 | 0.25 |
| HSL | 352.63º | 0.3% | 0.63% | - |
| HSV(B) | 352.63º | 0.3% | 0.75% | - |
| XYZ | 34.36 | 29.62 | 28.72 | - |
| YUV | 150.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 140 | 0 | 0.3 | 0.26 | 0.25 | 352.63 | 0.3 | 0.63 |
| Hex | BE | 85 | 8C | 0 | 1E | 1A | 19 | 161 | 1E | 3F |
| Octal | 276 | 205 | 214 | 0 | 36 | 32 | 31 | 541 | 36 | 77 |
| Binary | 10111110 | 10000101 | 10001100 | 0 | 11110 | 11010 | 11001 | 101100001 | 11110 | 111111 |
Color Harmonies of #BE858C
Complementary color
Monochromatic Colors of #BE858C
Black with #BE858C
Text Example
Text Example
White with #BE858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE858C; }
p { color: rgb(190,133,140); }
H1.HeaderClassName
{
color: #BE858C;
}
.AnyTagClassName
{
color: #BE858C;
}
</style>
background-color css
<style>
a { background-color: #BE858C; }
a { background-color: rgb(190,133,140); }
div.DivClassName
{
background-color: #BE858C;
}
.BgClassName
{
background-color: #BE858C;
}
</style>
border-color css
<style>
span { border-color: #BE858C; }
span { border-color: rgb(190,133,140); }
td.TdClassName
{
border-color: #BE858C;
}
.TagClassName
{
border-color: #BE858C;
}
</style>