Shades of Puce #BE868E
Tints of Puce #BE868E
RGB
CMYK
RGB Variations
Color information
#BE868E (or 0xBE868E) is known color: Puce. HEX triplet: BE, 86 and 8E. RGB value is (190,134,142). Sum of RGB (Red+Green+Blue) = 190+134+142=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE868E is #417971. Grayscale: #979797. Windows color (decimal): -4290930 or 9340606. OLE color: 9340606.
HSL color Cylindrical-coordinate representation of color #BE868E: hue angle of 351.43º 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 #BE868E is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 142 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.25 |
| HSL | 351.43º | 0.3% | 0.64% | - |
| HSV(B) | 351.43º | 0.29% | 0.75% | - |
| XYZ | 34.64 | 29.95 | 29.55 | - |
| YUV | 151.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 142 | 0 | 0.29 | 0.25 | 0.25 | 351.43 | 0.3 | 0.64 |
| Hex | BE | 86 | 8E | 0 | 1D | 19 | 19 | 15F | 1E | 40 |
| Octal | 276 | 206 | 216 | 0 | 35 | 31 | 31 | 537 | 36 | 100 |
| Binary | 10111110 | 10000110 | 10001110 | 0 | 11101 | 11001 | 11001 | 101011111 | 11110 | 1000000 |
Color Harmonies of #BE868E
Complementary color
Monochromatic Colors of #BE868E
Black with #BE868E
Text Example
Text Example
White with #BE868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE868E; }
p { color: rgb(190,134,142); }
H1.HeaderClassName
{
color: #BE868E;
}
.AnyTagClassName
{
color: #BE868E;
}
</style>
background-color css
<style>
a { background-color: #BE868E; }
a { background-color: rgb(190,134,142); }
div.DivClassName
{
background-color: #BE868E;
}
.BgClassName
{
background-color: #BE868E;
}
</style>
border-color css
<style>
span { border-color: #BE868E; }
span { border-color: rgb(190,134,142); }
td.TdClassName
{
border-color: #BE868E;
}
.TagClassName
{
border-color: #BE868E;
}
</style>