Shades of Puce #BE8297
Tints of Puce #BE8297
RGB
CMYK
RGB Variations
Color information
#BE8297 (or 0xBE8297) is known color: Puce. HEX triplet: BE, 82 and 97. RGB value is (190,130,151). Sum of RGB (Red+Green+Blue) = 190+130+151=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8297 is #417D68. Grayscale: #969696. Windows color (decimal): -4291945 or 9929406. OLE color: 9929406.
HSL color Cylindrical-coordinate representation of color #BE8297: hue angle of 339º 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 #BE8297 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 151 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.25 |
| HSL | 339º | 0.32% | 0.63% | - |
| HSV(B) | 339º | 0.32% | 0.75% | - |
| XYZ | 34.8 | 29.15 | 33.07 | - |
| YUV | 150.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 151 | 0 | 0.32 | 0.21 | 0.25 | 339 | 0.32 | 0.63 |
| Hex | BE | 82 | 97 | 0 | 20 | 15 | 19 | 153 | 20 | 3F |
| Octal | 276 | 202 | 227 | 0 | 40 | 25 | 31 | 523 | 40 | 77 |
| Binary | 10111110 | 10000010 | 10010111 | 0 | 100000 | 10101 | 11001 | 101010011 | 100000 | 111111 |
Color Harmonies of #BE8297
Complementary color
Monochromatic Colors of #BE8297
Black with #BE8297
Text Example
Text Example
White with #BE8297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8297; }
p { color: rgb(190,130,151); }
H1.HeaderClassName
{
color: #BE8297;
}
.AnyTagClassName
{
color: #BE8297;
}
</style>
background-color css
<style>
a { background-color: #BE8297; }
a { background-color: rgb(190,130,151); }
div.DivClassName
{
background-color: #BE8297;
}
.BgClassName
{
background-color: #BE8297;
}
</style>
border-color css
<style>
span { border-color: #BE8297; }
span { border-color: rgb(190,130,151); }
td.TdClassName
{
border-color: #BE8297;
}
.TagClassName
{
border-color: #BE8297;
}
</style>