Shades of Pavlova #BEAE8A
Tints of Pavlova #BEAE8A
RGB
CMYK
RGB Variations
Color information
#BEAE8A (or 0xBEAE8A) is known color: Pavlova. HEX triplet: BE, AE and 8A. RGB value is (190,174,138). Sum of RGB (Red+Green+Blue) = 190+174+138=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE8A is #415175. Grayscale: #AEAEAE. Windows color (decimal): -4280694 or 9088702. OLE color: 9088702.
HSL color Cylindrical-coordinate representation of color #BEAE8A: hue angle of 41.54º 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 #BEAE8A is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 138 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.25 |
| HSL | 41.54º | 0.29% | 0.64% | - |
| HSV(B) | 41.54º | 0.27% | 0.75% | - |
| XYZ | 40.96 | 43.05 | 30.2 | - |
| YUV | 174.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 138 | 0 | 0.08 | 0.27 | 0.25 | 41.54 | 0.29 | 0.64 |
| Hex | BE | AE | 8A | 0 | 8 | 1B | 19 | 2A | 1D | 40 |
| Octal | 276 | 256 | 212 | 0 | 10 | 33 | 31 | 52 | 35 | 100 |
| Binary | 10111110 | 10101110 | 10001010 | 0 | 1000 | 11011 | 11001 | 101010 | 11101 | 1000000 |
Color Harmonies of #BEAE8A
Complementary color
Monochromatic Colors of #BEAE8A
Black with #BEAE8A
Text Example
Text Example
White with #BEAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE8A; }
p { color: rgb(190,174,138); }
H1.HeaderClassName
{
color: #BEAE8A;
}
.AnyTagClassName
{
color: #BEAE8A;
}
</style>
background-color css
<style>
a { background-color: #BEAE8A; }
a { background-color: rgb(190,174,138); }
div.DivClassName
{
background-color: #BEAE8A;
}
.BgClassName
{
background-color: #BEAE8A;
}
</style>
border-color css
<style>
span { border-color: #BEAE8A; }
span { border-color: rgb(190,174,138); }
td.TdClassName
{
border-color: #BEAE8A;
}
.TagClassName
{
border-color: #BEAE8A;
}
</style>