Shades of Puce #BE8488
Tints of Puce #BE8488
RGB
CMYK
RGB Variations
Color information
#BE8488 (or 0xBE8488) is known color: Puce. HEX triplet: BE, 84 and 88. RGB value is (190,132,136). Sum of RGB (Red+Green+Blue) = 190+132+136=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8488 is #417B77. Grayscale: #959595. Windows color (decimal): -4291448 or 8946878. OLE color: 8946878.
HSL color Cylindrical-coordinate representation of color #BE8488: hue angle of 355.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8488 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 136 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.25 |
| HSL | 355.86º | 0.31% | 0.63% | - |
| HSV(B) | 355.86º | 0.31% | 0.75% | - |
| XYZ | 33.93 | 29.23 | 27.15 | - |
| YUV | 149.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 136 | 0 | 0.31 | 0.28 | 0.25 | 355.86 | 0.31 | 0.63 |
| Hex | BE | 84 | 88 | 0 | 1F | 1C | 19 | 164 | 1F | 3F |
| Octal | 276 | 204 | 210 | 0 | 37 | 34 | 31 | 544 | 37 | 77 |
| Binary | 10111110 | 10000100 | 10001000 | 0 | 11111 | 11100 | 11001 | 101100100 | 11111 | 111111 |
Color Harmonies of #BE8488
Complementary color
Monochromatic Colors of #BE8488
Black with #BE8488
Text Example
Text Example
White with #BE8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8488; }
p { color: rgb(190,132,136); }
H1.HeaderClassName
{
color: #BE8488;
}
.AnyTagClassName
{
color: #BE8488;
}
</style>
background-color css
<style>
a { background-color: #BE8488; }
a { background-color: rgb(190,132,136); }
div.DivClassName
{
background-color: #BE8488;
}
.BgClassName
{
background-color: #BE8488;
}
</style>
border-color css
<style>
span { border-color: #BE8488; }
span { border-color: rgb(190,132,136); }
td.TdClassName
{
border-color: #BE8488;
}
.TagClassName
{
border-color: #BE8488;
}
</style>