Shades of Puce #BE868C
Tints of Puce #BE868C
RGB
CMYK
RGB Variations
Color information
#BE868C (or 0xBE868C) is known color: Puce. HEX triplet: BE, 86 and 8C. RGB value is (190,134,140). Sum of RGB (Red+Green+Blue) = 190+134+140=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 134 (52.73% from 255 or 28.88% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE868C is #417973. Grayscale: #979797. Windows color (decimal): -4290932 or 9209534. OLE color: 9209534.
HSL color Cylindrical-coordinate representation of color #BE868C: hue angle of 353.57º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE868C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 140 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.25 |
| HSL | 353.57º | 0.3% | 0.64% | - |
| HSV(B) | 353.57º | 0.29% | 0.75% | - |
| XYZ | 34.49 | 29.89 | 28.76 | - |
| YUV | 151.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 140 | 0 | 0.29 | 0.26 | 0.25 | 353.57 | 0.3 | 0.64 |
| Hex | BE | 86 | 8C | 0 | 1D | 1A | 19 | 162 | 1E | 40 |
| Octal | 276 | 206 | 214 | 0 | 35 | 32 | 31 | 542 | 36 | 100 |
| Binary | 10111110 | 10000110 | 10001100 | 0 | 11101 | 11010 | 11001 | 101100010 | 11110 | 1000000 |
Color Harmonies of #BE868C
Complementary color
Monochromatic Colors of #BE868C
Black with #BE868C
Text Example
Text Example
White with #BE868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE868C; }
p { color: rgb(190,134,140); }
H1.HeaderClassName
{
color: #BE868C;
}
.AnyTagClassName
{
color: #BE868C;
}
</style>
background-color css
<style>
a { background-color: #BE868C; }
a { background-color: rgb(190,134,140); }
div.DivClassName
{
background-color: #BE868C;
}
.BgClassName
{
background-color: #BE868C;
}
</style>
border-color css
<style>
span { border-color: #BE868C; }
span { border-color: rgb(190,134,140); }
td.TdClassName
{
border-color: #BE868C;
}
.TagClassName
{
border-color: #BE868C;
}
</style>