Shades of Pavlova #BEA680
Tints of Pavlova #BEA680
RGB
CMYK
RGB Variations
Color information
#BEA680 (or 0xBEA680) is known color: Pavlova. HEX triplet: BE, A6 and 80. RGB value is (190,166,128). Sum of RGB (Red+Green+Blue) = 190+166+128=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA680 is #41597F. Grayscale: #A9A9A9. Windows color (decimal): -4282752 or 8431294. OLE color: 8431294.
HSL color Cylindrical-coordinate representation of color #BEA680: hue angle of 36.77º 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 #BEA680 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 128 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.25 |
| HSL | 36.77º | 0.32% | 0.62% | - |
| HSV(B) | 36.77º | 0.33% | 0.75% | - |
| XYZ | 38.77 | 39.78 | 26.06 | - |
| YUV | 168.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 128 | 0 | 0.13 | 0.33 | 0.25 | 36.77 | 0.32 | 0.62 |
| Hex | BE | A6 | 80 | 0 | D | 21 | 19 | 25 | 20 | 3E |
| Octal | 276 | 246 | 200 | 0 | 15 | 41 | 31 | 45 | 40 | 76 |
| Binary | 10111110 | 10100110 | 10000000 | 0 | 1101 | 100001 | 11001 | 100101 | 100000 | 111110 |
Color Harmonies of #BEA680
Complementary color
Monochromatic Colors of #BEA680
Black with #BEA680
Text Example
Text Example
White with #BEA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA680; }
p { color: rgb(190,166,128); }
H1.HeaderClassName
{
color: #BEA680;
}
.AnyTagClassName
{
color: #BEA680;
}
</style>
background-color css
<style>
a { background-color: #BEA680; }
a { background-color: rgb(190,166,128); }
div.DivClassName
{
background-color: #BEA680;
}
.BgClassName
{
background-color: #BEA680;
}
</style>
border-color css
<style>
span { border-color: #BEA680; }
span { border-color: rgb(190,166,128); }
td.TdClassName
{
border-color: #BEA680;
}
.TagClassName
{
border-color: #BEA680;
}
</style>