Shades of Puce #BE898E
Tints of Puce #BE898E
RGB
CMYK
RGB Variations
Color information
#BE898E (or 0xBE898E) is known color: Puce. HEX triplet: BE, 89 and 8E. RGB value is (190,137,142). Sum of RGB (Red+Green+Blue) = 190+137+142=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE898E is #417671. Grayscale: #999999. Windows color (decimal): -4290162 or 9341374. OLE color: 9341374.
HSL color Cylindrical-coordinate representation of color #BE898E: hue angle of 354.34º 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 #BE898E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 142 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.25 |
| HSL | 354.34º | 0.29% | 0.64% | - |
| HSV(B) | 354.34º | 0.28% | 0.75% | - |
| XYZ | 35.06 | 30.79 | 29.69 | - |
| YUV | 153.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 142 | 0 | 0.28 | 0.25 | 0.25 | 354.34 | 0.29 | 0.64 |
| Hex | BE | 89 | 8E | 0 | 1C | 19 | 19 | 162 | 1D | 40 |
| Octal | 276 | 211 | 216 | 0 | 34 | 31 | 31 | 542 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10001110 | 0 | 11100 | 11001 | 11001 | 101100010 | 11101 | 1000000 |
Color Harmonies of #BE898E
Complementary color
Monochromatic Colors of #BE898E
Black with #BE898E
Text Example
Text Example
White with #BE898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE898E; }
p { color: rgb(190,137,142); }
H1.HeaderClassName
{
color: #BE898E;
}
.AnyTagClassName
{
color: #BE898E;
}
</style>
background-color css
<style>
a { background-color: #BE898E; }
a { background-color: rgb(190,137,142); }
div.DivClassName
{
background-color: #BE898E;
}
.BgClassName
{
background-color: #BE898E;
}
</style>
border-color css
<style>
span { border-color: #BE898E; }
span { border-color: rgb(190,137,142); }
td.TdClassName
{
border-color: #BE898E;
}
.TagClassName
{
border-color: #BE898E;
}
</style>