Shades of Pavlova #BEAC80
Tints of Pavlova #BEAC80
RGB
CMYK
RGB Variations
Color information
#BEAC80 (or 0xBEAC80) is known color: Pavlova. HEX triplet: BE, AC and 80. RGB value is (190,172,128). Sum of RGB (Red+Green+Blue) = 190+172+128=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC80 is #41537F. Grayscale: #ACACAC. Windows color (decimal): -4281216 or 8432830. OLE color: 8432830.
HSL color Cylindrical-coordinate representation of color #BEAC80: hue angle of 42.58º 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 #BEAC80 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 128 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.25 |
| HSL | 42.58º | 0.32% | 0.62% | - |
| HSV(B) | 42.58º | 0.33% | 0.75% | - |
| XYZ | 39.88 | 42.01 | 26.43 | - |
| YUV | 172.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 128 | 0 | 0.09 | 0.33 | 0.25 | 42.58 | 0.32 | 0.62 |
| Hex | BE | AC | 80 | 0 | 9 | 21 | 19 | 2B | 20 | 3E |
| Octal | 276 | 254 | 200 | 0 | 11 | 41 | 31 | 53 | 40 | 76 |
| Binary | 10111110 | 10101100 | 10000000 | 0 | 1001 | 100001 | 11001 | 101011 | 100000 | 111110 |
Color Harmonies of #BEAC80
Complementary color
Monochromatic Colors of #BEAC80
Black with #BEAC80
Text Example
Text Example
White with #BEAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC80; }
p { color: rgb(190,172,128); }
H1.HeaderClassName
{
color: #BEAC80;
}
.AnyTagClassName
{
color: #BEAC80;
}
</style>
background-color css
<style>
a { background-color: #BEAC80; }
a { background-color: rgb(190,172,128); }
div.DivClassName
{
background-color: #BEAC80;
}
.BgClassName
{
background-color: #BEAC80;
}
</style>
border-color css
<style>
span { border-color: #BEAC80; }
span { border-color: rgb(190,172,128); }
td.TdClassName
{
border-color: #BEAC80;
}
.TagClassName
{
border-color: #BEAC80;
}
</style>