Shades of Puce #BE878E
Tints of Puce #BE878E
RGB
CMYK
RGB Variations
Color information
#BE878E (or 0xBE878E) is known color: Puce. HEX triplet: BE, 87 and 8E. RGB value is (190,135,142). Sum of RGB (Red+Green+Blue) = 190+135+142=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE878E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE878E is #417871. Grayscale: #989898. Windows color (decimal): -4290674 or 9340862. OLE color: 9340862.
HSL color Cylindrical-coordinate representation of color #BE878E: hue angle of 352.36º 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 #BE878E is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 142 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.25 |
| HSL | 352.36º | 0.3% | 0.64% | - |
| HSV(B) | 352.36º | 0.29% | 0.75% | - |
| XYZ | 34.78 | 30.23 | 29.59 | - |
| YUV | 152.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 142 | 0 | 0.29 | 0.25 | 0.25 | 352.36 | 0.3 | 0.64 |
| Hex | BE | 87 | 8E | 0 | 1D | 19 | 19 | 160 | 1E | 40 |
| Octal | 276 | 207 | 216 | 0 | 35 | 31 | 31 | 540 | 36 | 100 |
| Binary | 10111110 | 10000111 | 10001110 | 0 | 11101 | 11001 | 11001 | 101100000 | 11110 | 1000000 |
Color Harmonies of #BE878E
Complementary color
Monochromatic Colors of #BE878E
Black with #BE878E
Text Example
Text Example
White with #BE878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE878E; }
p { color: rgb(190,135,142); }
H1.HeaderClassName
{
color: #BE878E;
}
.AnyTagClassName
{
color: #BE878E;
}
</style>
background-color css
<style>
a { background-color: #BE878E; }
a { background-color: rgb(190,135,142); }
div.DivClassName
{
background-color: #BE878E;
}
.BgClassName
{
background-color: #BE878E;
}
</style>
border-color css
<style>
span { border-color: #BE878E; }
span { border-color: rgb(190,135,142); }
td.TdClassName
{
border-color: #BE878E;
}
.TagClassName
{
border-color: #BE878E;
}
</style>