Shades of Puce #BE8098
Tints of Puce #BE8098
RGB
CMYK
RGB Variations
Color information
#BE8098 (or 0xBE8098) is known color: Puce. HEX triplet: BE, 80 and 98. RGB value is (190,128,152). Sum of RGB (Red+Green+Blue) = 190+128+152=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8098 is #417F67. Grayscale: #959595. Windows color (decimal): -4292456 or 9994430. OLE color: 9994430.
HSL color Cylindrical-coordinate representation of color #BE8098: hue angle of 336.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8098 is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 152 | - |
| CMYK | 0 | 0.33 | 0.2 | 0.25 |
| HSL | 336.77º | 0.32% | 0.62% | - |
| HSV(B) | 336.77º | 0.33% | 0.75% | - |
| XYZ | 34.62 | 28.65 | 33.41 | - |
| YUV | 149.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 152 | 0 | 0.33 | 0.2 | 0.25 | 336.77 | 0.32 | 0.62 |
| Hex | BE | 80 | 98 | 0 | 21 | 14 | 19 | 151 | 20 | 3E |
| Octal | 276 | 200 | 230 | 0 | 41 | 24 | 31 | 521 | 40 | 76 |
| Binary | 10111110 | 10000000 | 10011000 | 0 | 100001 | 10100 | 11001 | 101010001 | 100000 | 111110 |
Color Harmonies of #BE8098
Complementary color
Monochromatic Colors of #BE8098
Black with #BE8098
Text Example
Text Example
White with #BE8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8098; }
p { color: rgb(190,128,152); }
H1.HeaderClassName
{
color: #BE8098;
}
.AnyTagClassName
{
color: #BE8098;
}
</style>
background-color css
<style>
a { background-color: #BE8098; }
a { background-color: rgb(190,128,152); }
div.DivClassName
{
background-color: #BE8098;
}
.BgClassName
{
background-color: #BE8098;
}
</style>
border-color css
<style>
span { border-color: #BE8098; }
span { border-color: rgb(190,128,152); }
td.TdClassName
{
border-color: #BE8098;
}
.TagClassName
{
border-color: #BE8098;
}
</style>