Shades of Pavlova #BEA98C
Tints of Pavlova #BEA98C
RGB
CMYK
RGB Variations
Color information
#BEA98C (or 0xBEA98C) is known color: Pavlova. HEX triplet: BE, A9 and 8C. RGB value is (190,169,140). Sum of RGB (Red+Green+Blue) = 190+169+140=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA98C is #415673. Grayscale: #ACACAC. Windows color (decimal): -4281972 or 9218494. OLE color: 9218494.
HSL color Cylindrical-coordinate representation of color #BEA98C: hue angle of 34.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEA98C is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 140 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.25 |
| HSL | 34.8º | 0.28% | 0.65% | - |
| HSV(B) | 34.8º | 0.26% | 0.75% | - |
| XYZ | 40.16 | 41.22 | 30.65 | - |
| YUV | 171.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 140 | 0 | 0.11 | 0.26 | 0.25 | 34.8 | 0.28 | 0.65 |
| Hex | BE | A9 | 8C | 0 | B | 1A | 19 | 23 | 1C | 41 |
| Octal | 276 | 251 | 214 | 0 | 13 | 32 | 31 | 43 | 34 | 101 |
| Binary | 10111110 | 10101001 | 10001100 | 0 | 1011 | 11010 | 11001 | 100011 | 11100 | 1000001 |
Color Harmonies of #BEA98C
Complementary color
Monochromatic Colors of #BEA98C
Black with #BEA98C
Text Example
Text Example
White with #BEA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA98C; }
p { color: rgb(190,169,140); }
H1.HeaderClassName
{
color: #BEA98C;
}
.AnyTagClassName
{
color: #BEA98C;
}
</style>
background-color css
<style>
a { background-color: #BEA98C; }
a { background-color: rgb(190,169,140); }
div.DivClassName
{
background-color: #BEA98C;
}
.BgClassName
{
background-color: #BEA98C;
}
</style>
border-color css
<style>
span { border-color: #BEA98C; }
span { border-color: rgb(190,169,140); }
td.TdClassName
{
border-color: #BEA98C;
}
.TagClassName
{
border-color: #BEA98C;
}
</style>