Shades of Pavlova #BEAA84
Tints of Pavlova #BEAA84
RGB
CMYK
RGB Variations
Color information
#BEAA84 (or 0xBEAA84) is known color: Pavlova. HEX triplet: BE, AA and 84. RGB value is (190,170,132). Sum of RGB (Red+Green+Blue) = 190+170+132=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAA84 is #41557B. Grayscale: #ABABAB. Windows color (decimal): -4281724 or 8694462. OLE color: 8694462.
HSL color Cylindrical-coordinate representation of color #BEAA84: hue angle of 39.31º 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 #BEAA84 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 132 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.25 |
| HSL | 39.31º | 0.31% | 0.63% | - |
| HSV(B) | 39.31º | 0.31% | 0.75% | - |
| XYZ | 39.77 | 41.36 | 27.72 | - |
| YUV | 171.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 132 | 0 | 0.11 | 0.31 | 0.25 | 39.31 | 0.31 | 0.63 |
| Hex | BE | AA | 84 | 0 | B | 1F | 19 | 27 | 1F | 3F |
| Octal | 276 | 252 | 204 | 0 | 13 | 37 | 31 | 47 | 37 | 77 |
| Binary | 10111110 | 10101010 | 10000100 | 0 | 1011 | 11111 | 11001 | 100111 | 11111 | 111111 |
Color Harmonies of #BEAA84
Complementary color
Monochromatic Colors of #BEAA84
Black with #BEAA84
Text Example
Text Example
White with #BEAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAA84; }
p { color: rgb(190,170,132); }
H1.HeaderClassName
{
color: #BEAA84;
}
.AnyTagClassName
{
color: #BEAA84;
}
</style>
background-color css
<style>
a { background-color: #BEAA84; }
a { background-color: rgb(190,170,132); }
div.DivClassName
{
background-color: #BEAA84;
}
.BgClassName
{
background-color: #BEAA84;
}
</style>
border-color css
<style>
span { border-color: #BEAA84; }
span { border-color: rgb(190,170,132); }
td.TdClassName
{
border-color: #BEAA84;
}
.TagClassName
{
border-color: #BEAA84;
}
</style>