Shades of Pavlova #BEA989
Tints of Pavlova #BEA989
RGB
CMYK
RGB Variations
Color information
#BEA989 (or 0xBEA989) is known color: Pavlova. HEX triplet: BE, A9 and 89. RGB value is (190,169,137). Sum of RGB (Red+Green+Blue) = 190+169+137=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA989 is #415676. Grayscale: #ABABAB. Windows color (decimal): -4281975 or 9021886. OLE color: 9021886.
HSL color Cylindrical-coordinate representation of color #BEA989: hue angle of 36.23º 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 #BEA989 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 137 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.25 |
| HSL | 36.23º | 0.29% | 0.64% | - |
| HSV(B) | 36.23º | 0.28% | 0.75% | - |
| XYZ | 39.94 | 41.13 | 29.5 | - |
| YUV | 171.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 137 | 0 | 0.11 | 0.28 | 0.25 | 36.23 | 0.29 | 0.64 |
| Hex | BE | A9 | 89 | 0 | B | 1C | 19 | 24 | 1D | 40 |
| Octal | 276 | 251 | 211 | 0 | 13 | 34 | 31 | 44 | 35 | 100 |
| Binary | 10111110 | 10101001 | 10001001 | 0 | 1011 | 11100 | 11001 | 100100 | 11101 | 1000000 |
Color Harmonies of #BEA989
Complementary color
Monochromatic Colors of #BEA989
Black with #BEA989
Text Example
Text Example
White with #BEA989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA989; }
p { color: rgb(190,169,137); }
H1.HeaderClassName
{
color: #BEA989;
}
.AnyTagClassName
{
color: #BEA989;
}
</style>
background-color css
<style>
a { background-color: #BEA989; }
a { background-color: rgb(190,169,137); }
div.DivClassName
{
background-color: #BEA989;
}
.BgClassName
{
background-color: #BEA989;
}
</style>
border-color css
<style>
span { border-color: #BEA989; }
span { border-color: rgb(190,169,137); }
td.TdClassName
{
border-color: #BEA989;
}
.TagClassName
{
border-color: #BEA989;
}
</style>