Shades of Pavlova #BEAA88
Tints of Pavlova #BEAA88
RGB
CMYK
RGB Variations
Color information
#BEAA88 (or 0xBEAA88) is known color: Pavlova. HEX triplet: BE, AA and 88. RGB value is (190,170,136). Sum of RGB (Red+Green+Blue) = 190+170+136=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA88 is #415577. Grayscale: #ACACAC. Windows color (decimal): -4281720 or 8956606. OLE color: 8956606.
HSL color Cylindrical-coordinate representation of color #BEAA88: hue angle of 37.78º 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 #BEAA88 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 136 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.25 |
| HSL | 37.78º | 0.29% | 0.64% | - |
| HSV(B) | 37.78º | 0.28% | 0.75% | - |
| XYZ | 40.05 | 41.47 | 29.19 | - |
| YUV | 172.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 136 | 0 | 0.11 | 0.28 | 0.25 | 37.78 | 0.29 | 0.64 |
| Hex | BE | AA | 88 | 0 | B | 1C | 19 | 26 | 1D | 40 |
| Octal | 276 | 252 | 210 | 0 | 13 | 34 | 31 | 46 | 35 | 100 |
| Binary | 10111110 | 10101010 | 10001000 | 0 | 1011 | 11100 | 11001 | 100110 | 11101 | 1000000 |
Color Harmonies of #BEAA88
Complementary color
Monochromatic Colors of #BEAA88
Black with #BEAA88
Text Example
Text Example
White with #BEAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA88; }
p { color: rgb(190,170,136); }
H1.HeaderClassName
{
color: #BEAA88;
}
.AnyTagClassName
{
color: #BEAA88;
}
</style>
background-color css
<style>
a { background-color: #BEAA88; }
a { background-color: rgb(190,170,136); }
div.DivClassName
{
background-color: #BEAA88;
}
.BgClassName
{
background-color: #BEAA88;
}
</style>
border-color css
<style>
span { border-color: #BEAA88; }
span { border-color: rgb(190,170,136); }
td.TdClassName
{
border-color: #BEAA88;
}
.TagClassName
{
border-color: #BEAA88;
}
</style>