Shades of Puce #BE878A
Tints of Puce #BE878A
RGB
CMYK
RGB Variations
Color information
#BE878A (or 0xBE878A) is known color: Puce. HEX triplet: BE, 87 and 8A. RGB value is (190,135,138). Sum of RGB (Red+Green+Blue) = 190+135+138=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE878A is #417875. Grayscale: #979797. Windows color (decimal): -4290678 or 9078718. OLE color: 9078718.
HSL color Cylindrical-coordinate representation of color #BE878A: hue angle of 356.73º 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 #BE878A is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 138 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.25 |
| HSL | 356.73º | 0.3% | 0.64% | - |
| HSV(B) | 356.73º | 0.29% | 0.75% | - |
| XYZ | 34.49 | 30.11 | 28.04 | - |
| YUV | 151.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 138 | 0 | 0.29 | 0.27 | 0.25 | 356.73 | 0.3 | 0.64 |
| Hex | BE | 87 | 8A | 0 | 1D | 1B | 19 | 165 | 1E | 40 |
| Octal | 276 | 207 | 212 | 0 | 35 | 33 | 31 | 545 | 36 | 100 |
| Binary | 10111110 | 10000111 | 10001010 | 0 | 11101 | 11011 | 11001 | 101100101 | 11110 | 1000000 |
Color Harmonies of #BE878A
Complementary color
Monochromatic Colors of #BE878A
Black with #BE878A
Text Example
Text Example
White with #BE878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE878A; }
p { color: rgb(190,135,138); }
H1.HeaderClassName
{
color: #BE878A;
}
.AnyTagClassName
{
color: #BE878A;
}
</style>
background-color css
<style>
a { background-color: #BE878A; }
a { background-color: rgb(190,135,138); }
div.DivClassName
{
background-color: #BE878A;
}
.BgClassName
{
background-color: #BE878A;
}
</style>
border-color css
<style>
span { border-color: #BE878A; }
span { border-color: rgb(190,135,138); }
td.TdClassName
{
border-color: #BE878A;
}
.TagClassName
{
border-color: #BE878A;
}
</style>