Shades of Pavlova #BEA88A
Tints of Pavlova #BEA88A
RGB
CMYK
RGB Variations
Color information
#BEA88A (or 0xBEA88A) is known color: Pavlova. HEX triplet: BE, A8 and 8A. RGB value is (190,168,138). Sum of RGB (Red+Green+Blue) = 190+168+138=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA88A is #415775. Grayscale: #ABABAB. Windows color (decimal): -4282230 or 9087166. OLE color: 9087166.
HSL color Cylindrical-coordinate representation of color #BEA88A: hue angle of 34.62º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA88A is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 138 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.25 |
| HSL | 34.62º | 0.29% | 0.64% | - |
| HSV(B) | 34.62º | 0.27% | 0.75% | - |
| XYZ | 39.83 | 40.79 | 29.82 | - |
| YUV | 171.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 138 | 0 | 0.12 | 0.27 | 0.25 | 34.62 | 0.29 | 0.64 |
| Hex | BE | A8 | 8A | 0 | C | 1B | 19 | 23 | 1D | 40 |
| Octal | 276 | 250 | 212 | 0 | 14 | 33 | 31 | 43 | 35 | 100 |
| Binary | 10111110 | 10101000 | 10001010 | 0 | 1100 | 11011 | 11001 | 100011 | 11101 | 1000000 |
Color Harmonies of #BEA88A
Complementary color
Monochromatic Colors of #BEA88A
Black with #BEA88A
Text Example
Text Example
White with #BEA88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA88A; }
p { color: rgb(190,168,138); }
H1.HeaderClassName
{
color: #BEA88A;
}
.AnyTagClassName
{
color: #BEA88A;
}
</style>
background-color css
<style>
a { background-color: #BEA88A; }
a { background-color: rgb(190,168,138); }
div.DivClassName
{
background-color: #BEA88A;
}
.BgClassName
{
background-color: #BEA88A;
}
</style>
border-color css
<style>
span { border-color: #BEA88A; }
span { border-color: rgb(190,168,138); }
td.TdClassName
{
border-color: #BEA88A;
}
.TagClassName
{
border-color: #BEA88A;
}
</style>