Shades of Puce #BE888E
Tints of Puce #BE888E
RGB
CMYK
RGB Variations
Color information
#BE888E (or 0xBE888E) is known color: Puce. HEX triplet: BE, 88 and 8E. RGB value is (190,136,142). Sum of RGB (Red+Green+Blue) = 190+136+142=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE888E is #417771. Grayscale: #989898. Windows color (decimal): -4290418 or 9341118. OLE color: 9341118.
HSL color Cylindrical-coordinate representation of color #BE888E: hue angle of 353.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE888E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 142 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.25 |
| HSL | 353.33º | 0.29% | 0.64% | - |
| HSV(B) | 353.33º | 0.28% | 0.75% | - |
| XYZ | 34.92 | 30.51 | 29.64 | - |
| YUV | 152.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 142 | 0 | 0.28 | 0.25 | 0.25 | 353.33 | 0.29 | 0.64 |
| Hex | BE | 88 | 8E | 0 | 1C | 19 | 19 | 161 | 1D | 40 |
| Octal | 276 | 210 | 216 | 0 | 34 | 31 | 31 | 541 | 35 | 100 |
| Binary | 10111110 | 10001000 | 10001110 | 0 | 11100 | 11001 | 11001 | 101100001 | 11101 | 1000000 |
Color Harmonies of #BE888E
Complementary color
Monochromatic Colors of #BE888E
Black with #BE888E
Text Example
Text Example
White with #BE888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE888E; }
p { color: rgb(190,136,142); }
H1.HeaderClassName
{
color: #BE888E;
}
.AnyTagClassName
{
color: #BE888E;
}
</style>
background-color css
<style>
a { background-color: #BE888E; }
a { background-color: rgb(190,136,142); }
div.DivClassName
{
background-color: #BE888E;
}
.BgClassName
{
background-color: #BE888E;
}
</style>
border-color css
<style>
span { border-color: #BE888E; }
span { border-color: rgb(190,136,142); }
td.TdClassName
{
border-color: #BE888E;
}
.TagClassName
{
border-color: #BE888E;
}
</style>