Shades of Puce #BE818C
Tints of Puce #BE818C
RGB
CMYK
RGB Variations
Color information
#BE818C (or 0xBE818C) is known color: Puce. HEX triplet: BE, 81 and 8C. RGB value is (190,129,140). Sum of RGB (Red+Green+Blue) = 190+129+140=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE818C is #417E73. Grayscale: #949494. Windows color (decimal): -4292212 or 9208254. OLE color: 9208254.
HSL color Cylindrical-coordinate representation of color #BE818C: hue angle of 349.18º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE818C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 140 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.25 |
| HSL | 349.18º | 0.32% | 0.63% | - |
| HSV(B) | 349.18º | 0.32% | 0.75% | - |
| XYZ | 33.82 | 28.54 | 28.54 | - |
| YUV | 148.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 140 | 0 | 0.32 | 0.26 | 0.25 | 349.18 | 0.32 | 0.63 |
| Hex | BE | 81 | 8C | 0 | 20 | 1A | 19 | 15D | 20 | 3F |
| Octal | 276 | 201 | 214 | 0 | 40 | 32 | 31 | 535 | 40 | 77 |
| Binary | 10111110 | 10000001 | 10001100 | 0 | 100000 | 11010 | 11001 | 101011101 | 100000 | 111111 |
Color Harmonies of #BE818C
Complementary color
Monochromatic Colors of #BE818C
Black with #BE818C
Text Example
Text Example
White with #BE818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE818C; }
p { color: rgb(190,129,140); }
H1.HeaderClassName
{
color: #BE818C;
}
.AnyTagClassName
{
color: #BE818C;
}
</style>
background-color css
<style>
a { background-color: #BE818C; }
a { background-color: rgb(190,129,140); }
div.DivClassName
{
background-color: #BE818C;
}
.BgClassName
{
background-color: #BE818C;
}
</style>
border-color css
<style>
span { border-color: #BE818C; }
span { border-color: rgb(190,129,140); }
td.TdClassName
{
border-color: #BE818C;
}
.TagClassName
{
border-color: #BE818C;
}
</style>