Shades of Puce #BE898A
Tints of Puce #BE898A
RGB
CMYK
RGB Variations
Color information
#BE898A (or 0xBE898A) is known color: Puce. HEX triplet: BE, 89 and 8A. RGB value is (190,137,138). Sum of RGB (Red+Green+Blue) = 190+137+138=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE898A is #417675. Grayscale: #999999. Windows color (decimal): -4290166 or 9079230. OLE color: 9079230.
HSL color Cylindrical-coordinate representation of color #BE898A: hue angle of 358.87º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE898A is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 138 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.25 |
| HSL | 358.87º | 0.29% | 0.64% | - |
| HSV(B) | 358.87º | 0.28% | 0.75% | - |
| XYZ | 34.77 | 30.67 | 28.13 | - |
| YUV | 152.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 138 | 0 | 0.28 | 0.27 | 0.25 | 358.87 | 0.29 | 0.64 |
| Hex | BE | 89 | 8A | 0 | 1C | 1B | 19 | 167 | 1D | 40 |
| Octal | 276 | 211 | 212 | 0 | 34 | 33 | 31 | 547 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10001010 | 0 | 11100 | 11011 | 11001 | 101100111 | 11101 | 1000000 |
Color Harmonies of #BE898A
Complementary color
Monochromatic Colors of #BE898A
Black with #BE898A
Text Example
Text Example
White with #BE898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE898A; }
p { color: rgb(190,137,138); }
H1.HeaderClassName
{
color: #BE898A;
}
.AnyTagClassName
{
color: #BE898A;
}
</style>
background-color css
<style>
a { background-color: #BE898A; }
a { background-color: rgb(190,137,138); }
div.DivClassName
{
background-color: #BE898A;
}
.BgClassName
{
background-color: #BE898A;
}
</style>
border-color css
<style>
span { border-color: #BE898A; }
span { border-color: rgb(190,137,138); }
td.TdClassName
{
border-color: #BE898A;
}
.TagClassName
{
border-color: #BE898A;
}
</style>