Shades of Pavlova #BEAA89
Tints of Pavlova #BEAA89
RGB
CMYK
RGB Variations
Color information
#BEAA89 (or 0xBEAA89) is known color: Pavlova. HEX triplet: BE, AA and 89. RGB value is (190,170,137). Sum of RGB (Red+Green+Blue) = 190+170+137=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA89 is #415576. Grayscale: #ACACAC. Windows color (decimal): -4281719 or 9022142. OLE color: 9022142.
HSL color Cylindrical-coordinate representation of color #BEAA89: hue angle of 37.36º 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 #BEAA89 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 137 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.25 |
| HSL | 37.36º | 0.29% | 0.64% | - |
| HSV(B) | 37.36º | 0.28% | 0.75% | - |
| XYZ | 40.13 | 41.5 | 29.56 | - |
| YUV | 172.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 137 | 0 | 0.11 | 0.28 | 0.25 | 37.36 | 0.29 | 0.64 |
| Hex | BE | AA | 89 | 0 | B | 1C | 19 | 25 | 1D | 40 |
| Octal | 276 | 252 | 211 | 0 | 13 | 34 | 31 | 45 | 35 | 100 |
| Binary | 10111110 | 10101010 | 10001001 | 0 | 1011 | 11100 | 11001 | 100101 | 11101 | 1000000 |
Color Harmonies of #BEAA89
Complementary color
Monochromatic Colors of #BEAA89
Black with #BEAA89
Text Example
Text Example
White with #BEAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA89; }
p { color: rgb(190,170,137); }
H1.HeaderClassName
{
color: #BEAA89;
}
.AnyTagClassName
{
color: #BEAA89;
}
</style>
background-color css
<style>
a { background-color: #BEAA89; }
a { background-color: rgb(190,170,137); }
div.DivClassName
{
background-color: #BEAA89;
}
.BgClassName
{
background-color: #BEAA89;
}
</style>
border-color css
<style>
span { border-color: #BEAA89; }
span { border-color: rgb(190,170,137); }
td.TdClassName
{
border-color: #BEAA89;
}
.TagClassName
{
border-color: #BEAA89;
}
</style>