Shades of Pavlova #BEA981
Tints of Pavlova #BEA981
RGB
CMYK
RGB Variations
Color information
#BEA981 (or 0xBEA981) is known color: Pavlova. HEX triplet: BE, A9 and 81. RGB value is (190,169,129). Sum of RGB (Red+Green+Blue) = 190+169+129=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA981 is #41567E. Grayscale: #AAAAAA. Windows color (decimal): -4281983 or 8497598. OLE color: 8497598.
HSL color Cylindrical-coordinate representation of color #BEA981: hue angle of 39.34º 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 #BEA981 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 129 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.25 |
| HSL | 39.34º | 0.32% | 0.63% | - |
| HSV(B) | 39.34º | 0.32% | 0.75% | - |
| XYZ | 39.39 | 40.91 | 26.59 | - |
| YUV | 170.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 129 | 0 | 0.11 | 0.32 | 0.25 | 39.34 | 0.32 | 0.63 |
| Hex | BE | A9 | 81 | 0 | B | 20 | 19 | 27 | 20 | 3F |
| Octal | 276 | 251 | 201 | 0 | 13 | 40 | 31 | 47 | 40 | 77 |
| Binary | 10111110 | 10101001 | 10000001 | 0 | 1011 | 100000 | 11001 | 100111 | 100000 | 111111 |
Color Harmonies of #BEA981
Complementary color
Monochromatic Colors of #BEA981
Black with #BEA981
Text Example
Text Example
White with #BEA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA981; }
p { color: rgb(190,169,129); }
H1.HeaderClassName
{
color: #BEA981;
}
.AnyTagClassName
{
color: #BEA981;
}
</style>
background-color css
<style>
a { background-color: #BEA981; }
a { background-color: rgb(190,169,129); }
div.DivClassName
{
background-color: #BEA981;
}
.BgClassName
{
background-color: #BEA981;
}
</style>
border-color css
<style>
span { border-color: #BEA981; }
span { border-color: rgb(190,169,129); }
td.TdClassName
{
border-color: #BEA981;
}
.TagClassName
{
border-color: #BEA981;
}
</style>