Shades of Pavlova #BEAE8B
Tints of Pavlova #BEAE8B
RGB
CMYK
RGB Variations
Color information
#BEAE8B (or 0xBEAE8B) is known color: Pavlova. HEX triplet: BE, AE and 8B. RGB value is (190,174,139). Sum of RGB (Red+Green+Blue) = 190+174+139=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE8B is #415174. Grayscale: #AEAEAE. Windows color (decimal): -4280693 or 9154238. OLE color: 9154238.
HSL color Cylindrical-coordinate representation of color #BEAE8B: hue angle of 41.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEAE8B is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 139 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.25 |
| HSL | 41.18º | 0.28% | 0.65% | - |
| HSV(B) | 41.18º | 0.27% | 0.75% | - |
| XYZ | 41.03 | 43.08 | 30.58 | - |
| YUV | 174.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 139 | 0 | 0.08 | 0.27 | 0.25 | 41.18 | 0.28 | 0.65 |
| Hex | BE | AE | 8B | 0 | 8 | 1B | 19 | 29 | 1C | 41 |
| Octal | 276 | 256 | 213 | 0 | 10 | 33 | 31 | 51 | 34 | 101 |
| Binary | 10111110 | 10101110 | 10001011 | 0 | 1000 | 11011 | 11001 | 101001 | 11100 | 1000001 |
Color Harmonies of #BEAE8B
Complementary color
Monochromatic Colors of #BEAE8B
Black with #BEAE8B
Text Example
Text Example
White with #BEAE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE8B; }
p { color: rgb(190,174,139); }
H1.HeaderClassName
{
color: #BEAE8B;
}
.AnyTagClassName
{
color: #BEAE8B;
}
</style>
background-color css
<style>
a { background-color: #BEAE8B; }
a { background-color: rgb(190,174,139); }
div.DivClassName
{
background-color: #BEAE8B;
}
.BgClassName
{
background-color: #BEAE8B;
}
</style>
border-color css
<style>
span { border-color: #BEAE8B; }
span { border-color: rgb(190,174,139); }
td.TdClassName
{
border-color: #BEAE8B;
}
.TagClassName
{
border-color: #BEAE8B;
}
</style>