Shades of Pavlova #BEA980
Tints of Pavlova #BEA980
RGB
CMYK
RGB Variations
Color information
#BEA980 (or 0xBEA980) is known color: Pavlova. HEX triplet: BE, A9 and 80. RGB value is (190,169,128). Sum of RGB (Red+Green+Blue) = 190+169+128=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA980 is #41567F. Grayscale: #AAAAAA. Windows color (decimal): -4281984 or 8432062. OLE color: 8432062.
HSL color Cylindrical-coordinate representation of color #BEA980: hue angle of 39.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA980 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 169 | 128 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.25 |
| HSL | 39.68º | 0.32% | 0.62% | - |
| HSV(B) | 39.68º | 0.33% | 0.75% | - |
| XYZ | 39.32 | 40.88 | 26.24 | - |
| YUV | 170.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 128 | 0 | 0.11 | 0.33 | 0.25 | 39.68 | 0.32 | 0.62 |
| Hex | BE | A9 | 80 | 0 | B | 21 | 19 | 28 | 20 | 3E |
| Octal | 276 | 251 | 200 | 0 | 13 | 41 | 31 | 50 | 40 | 76 |
| Binary | 10111110 | 10101001 | 10000000 | 0 | 1011 | 100001 | 11001 | 101000 | 100000 | 111110 |
Color Harmonies of #BEA980
Complementary color
Monochromatic Colors of #BEA980
Black with #BEA980
Text Example
Text Example
White with #BEA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA980; }
p { color: rgb(190,169,128); }
H1.HeaderClassName
{
color: #BEA980;
}
.AnyTagClassName
{
color: #BEA980;
}
</style>
background-color css
<style>
a { background-color: #BEA980; }
a { background-color: rgb(190,169,128); }
div.DivClassName
{
background-color: #BEA980;
}
.BgClassName
{
background-color: #BEA980;
}
</style>
border-color css
<style>
span { border-color: #BEA980; }
span { border-color: rgb(190,169,128); }
td.TdClassName
{
border-color: #BEA980;
}
.TagClassName
{
border-color: #BEA980;
}
</style>