Shades of Pavlova #BEA882
Tints of Pavlova #BEA882
RGB
CMYK
RGB Variations
Color information
#BEA882 (or 0xBEA882) is known color: Pavlova. HEX triplet: BE, A8 and 82. RGB value is (190,168,130). Sum of RGB (Red+Green+Blue) = 190+168+130=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA882 is #41577D. Grayscale: #AAAAAA. Windows color (decimal): -4282238 or 8562878. OLE color: 8562878.
HSL color Cylindrical-coordinate representation of color #BEA882: hue angle of 38º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA882 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 130 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.25 |
| HSL | 38º | 0.32% | 0.63% | - |
| HSV(B) | 38º | 0.32% | 0.75% | - |
| XYZ | 39.27 | 40.56 | 26.88 | - |
| YUV | 170.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 130 | 0 | 0.12 | 0.32 | 0.25 | 38 | 0.32 | 0.63 |
| Hex | BE | A8 | 82 | 0 | C | 20 | 19 | 26 | 20 | 3F |
| Octal | 276 | 250 | 202 | 0 | 14 | 40 | 31 | 46 | 40 | 77 |
| Binary | 10111110 | 10101000 | 10000010 | 0 | 1100 | 100000 | 11001 | 100110 | 100000 | 111111 |
Color Harmonies of #BEA882
Complementary color
Monochromatic Colors of #BEA882
Black with #BEA882
Text Example
Text Example
White with #BEA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA882; }
p { color: rgb(190,168,130); }
H1.HeaderClassName
{
color: #BEA882;
}
.AnyTagClassName
{
color: #BEA882;
}
</style>
background-color css
<style>
a { background-color: #BEA882; }
a { background-color: rgb(190,168,130); }
div.DivClassName
{
background-color: #BEA882;
}
.BgClassName
{
background-color: #BEA882;
}
</style>
border-color css
<style>
span { border-color: #BEA882; }
span { border-color: rgb(190,168,130); }
td.TdClassName
{
border-color: #BEA882;
}
.TagClassName
{
border-color: #BEA882;
}
</style>