Shades of Puce #BE8A8D
Tints of Puce #BE8A8D
RGB
CMYK
RGB Variations
Color information
#BE8A8D (or 0xBE8A8D) is known color: Puce. HEX triplet: BE, 8A and 8D. RGB value is (190,138,141). Sum of RGB (Red+Green+Blue) = 190+138+141=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A8D is #417572. Grayscale: #999999. Windows color (decimal): -4289907 or 9276094. OLE color: 9276094.
HSL color Cylindrical-coordinate representation of color #BE8A8D: hue angle of 356.54º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8A8D is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 141 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.25 |
| HSL | 356.54º | 0.29% | 0.64% | - |
| HSV(B) | 356.54º | 0.27% | 0.75% | - |
| XYZ | 35.13 | 31.05 | 29.34 | - |
| YUV | 153.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 141 | 0 | 0.27 | 0.26 | 0.25 | 356.54 | 0.29 | 0.64 |
| Hex | BE | 8A | 8D | 0 | 1B | 1A | 19 | 165 | 1D | 40 |
| Octal | 276 | 212 | 215 | 0 | 33 | 32 | 31 | 545 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10001101 | 0 | 11011 | 11010 | 11001 | 101100101 | 11101 | 1000000 |
Color Harmonies of #BE8A8D
Complementary color
Monochromatic Colors of #BE8A8D
Black with #BE8A8D
Text Example
Text Example
White with #BE8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A8D; }
p { color: rgb(190,138,141); }
H1.HeaderClassName
{
color: #BE8A8D;
}
.AnyTagClassName
{
color: #BE8A8D;
}
</style>
background-color css
<style>
a { background-color: #BE8A8D; }
a { background-color: rgb(190,138,141); }
div.DivClassName
{
background-color: #BE8A8D;
}
.BgClassName
{
background-color: #BE8A8D;
}
</style>
border-color css
<style>
span { border-color: #BE8A8D; }
span { border-color: rgb(190,138,141); }
td.TdClassName
{
border-color: #BE8A8D;
}
.TagClassName
{
border-color: #BE8A8D;
}
</style>