Shades of Puce #BE838C
Tints of Puce #BE838C
RGB
CMYK
RGB Variations
Color information
#BE838C (or 0xBE838C) is known color: Puce. HEX triplet: BE, 83 and 8C. RGB value is (190,131,140). Sum of RGB (Red+Green+Blue) = 190+131+140=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE838C is #417C73. Grayscale: #959595. Windows color (decimal): -4291700 or 9208766. OLE color: 9208766.
HSL color Cylindrical-coordinate representation of color #BE838C: hue angle of 350.85º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE838C is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 140 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.25 |
| HSL | 350.85º | 0.31% | 0.63% | - |
| HSV(B) | 350.85º | 0.31% | 0.75% | - |
| XYZ | 34.09 | 29.07 | 28.63 | - |
| YUV | 149.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 140 | 0 | 0.31 | 0.26 | 0.25 | 350.85 | 0.31 | 0.63 |
| Hex | BE | 83 | 8C | 0 | 1F | 1A | 19 | 15F | 1F | 3F |
| Octal | 276 | 203 | 214 | 0 | 37 | 32 | 31 | 537 | 37 | 77 |
| Binary | 10111110 | 10000011 | 10001100 | 0 | 11111 | 11010 | 11001 | 101011111 | 11111 | 111111 |
Color Harmonies of #BE838C
Complementary color
Monochromatic Colors of #BE838C
Black with #BE838C
Text Example
Text Example
White with #BE838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE838C; }
p { color: rgb(190,131,140); }
H1.HeaderClassName
{
color: #BE838C;
}
.AnyTagClassName
{
color: #BE838C;
}
</style>
background-color css
<style>
a { background-color: #BE838C; }
a { background-color: rgb(190,131,140); }
div.DivClassName
{
background-color: #BE838C;
}
.BgClassName
{
background-color: #BE838C;
}
</style>
border-color css
<style>
span { border-color: #BE838C; }
span { border-color: rgb(190,131,140); }
td.TdClassName
{
border-color: #BE838C;
}
.TagClassName
{
border-color: #BE838C;
}
</style>