Shades of Pavlova #BEA884
Tints of Pavlova #BEA884
RGB
CMYK
RGB Variations
Color information
#BEA884 (or 0xBEA884) is known color: Pavlova. HEX triplet: BE, A8 and 84. RGB value is (190,168,132). Sum of RGB (Red+Green+Blue) = 190+168+132=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA884 is #41577B. Grayscale: #AAAAAA. Windows color (decimal): -4282236 or 8693950. OLE color: 8693950.
HSL color Cylindrical-coordinate representation of color #BEA884: hue angle of 37.24º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA884 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 132 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.25 |
| HSL | 37.24º | 0.31% | 0.63% | - |
| HSV(B) | 37.24º | 0.31% | 0.75% | - |
| XYZ | 39.4 | 40.62 | 27.59 | - |
| YUV | 170.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 132 | 0 | 0.12 | 0.31 | 0.25 | 37.24 | 0.31 | 0.63 |
| Hex | BE | A8 | 84 | 0 | C | 1F | 19 | 25 | 1F | 3F |
| Octal | 276 | 250 | 204 | 0 | 14 | 37 | 31 | 45 | 37 | 77 |
| Binary | 10111110 | 10101000 | 10000100 | 0 | 1100 | 11111 | 11001 | 100101 | 11111 | 111111 |
Color Harmonies of #BEA884
Complementary color
Monochromatic Colors of #BEA884
Black with #BEA884
Text Example
Text Example
White with #BEA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA884; }
p { color: rgb(190,168,132); }
H1.HeaderClassName
{
color: #BEA884;
}
.AnyTagClassName
{
color: #BEA884;
}
</style>
background-color css
<style>
a { background-color: #BEA884; }
a { background-color: rgb(190,168,132); }
div.DivClassName
{
background-color: #BEA884;
}
.BgClassName
{
background-color: #BEA884;
}
</style>
border-color css
<style>
span { border-color: #BEA884; }
span { border-color: rgb(190,168,132); }
td.TdClassName
{
border-color: #BEA884;
}
.TagClassName
{
border-color: #BEA884;
}
</style>