Shades of Pavlova #BEAC8E
Tints of Pavlova #BEAC8E
RGB
CMYK
RGB Variations
Color information
#BEAC8E (or 0xBEAC8E) is known color: Pavlova. HEX triplet: BE, AC and 8E. RGB value is (190,172,142). Sum of RGB (Red+Green+Blue) = 190+172+142=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC8E is #415371. Grayscale: #AEAEAE. Windows color (decimal): -4281202 or 9350334. OLE color: 9350334.
HSL color Cylindrical-coordinate representation of color #BEAC8E: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEAC8E is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 142 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.25 |
| HSL | 37.5º | 0.27% | 0.65% | - |
| HSV(B) | 37.5º | 0.25% | 0.75% | - |
| XYZ | 40.87 | 42.41 | 31.62 | - |
| YUV | 173.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 142 | 0 | 0.09 | 0.25 | 0.25 | 37.5 | 0.27 | 0.65 |
| Hex | BE | AC | 8E | 0 | 9 | 19 | 19 | 26 | 1B | 41 |
| Octal | 276 | 254 | 216 | 0 | 11 | 31 | 31 | 46 | 33 | 101 |
| Binary | 10111110 | 10101100 | 10001110 | 0 | 1001 | 11001 | 11001 | 100110 | 11011 | 1000001 |
Color Harmonies of #BEAC8E
Complementary color
Monochromatic Colors of #BEAC8E
Black with #BEAC8E
Text Example
Text Example
White with #BEAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC8E; }
p { color: rgb(190,172,142); }
H1.HeaderClassName
{
color: #BEAC8E;
}
.AnyTagClassName
{
color: #BEAC8E;
}
</style>
background-color css
<style>
a { background-color: #BEAC8E; }
a { background-color: rgb(190,172,142); }
div.DivClassName
{
background-color: #BEAC8E;
}
.BgClassName
{
background-color: #BEAC8E;
}
</style>
border-color css
<style>
span { border-color: #BEAC8E; }
span { border-color: rgb(190,172,142); }
td.TdClassName
{
border-color: #BEAC8E;
}
.TagClassName
{
border-color: #BEAC8E;
}
</style>