Shades of Pavlova #BEAC8A
Tints of Pavlova #BEAC8A
RGB
CMYK
RGB Variations
Color information
#BEAC8A (or 0xBEAC8A) is known color: Pavlova. HEX triplet: BE, AC and 8A. RGB value is (190,172,138). Sum of RGB (Red+Green+Blue) = 190+172+138=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC8A is #415375. Grayscale: #ADADAD. Windows color (decimal): -4281206 or 9088190. OLE color: 9088190.
HSL color Cylindrical-coordinate representation of color #BEAC8A: hue angle of 39.23º 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 #BEAC8A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 138 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.25 |
| HSL | 39.23º | 0.29% | 0.64% | - |
| HSV(B) | 39.23º | 0.27% | 0.75% | - |
| XYZ | 40.58 | 42.29 | 30.07 | - |
| YUV | 173.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 138 | 0 | 0.09 | 0.27 | 0.25 | 39.23 | 0.29 | 0.64 |
| Hex | BE | AC | 8A | 0 | 9 | 1B | 19 | 27 | 1D | 40 |
| Octal | 276 | 254 | 212 | 0 | 11 | 33 | 31 | 47 | 35 | 100 |
| Binary | 10111110 | 10101100 | 10001010 | 0 | 1001 | 11011 | 11001 | 100111 | 11101 | 1000000 |
Color Harmonies of #BEAC8A
Complementary color
Monochromatic Colors of #BEAC8A
Black with #BEAC8A
Text Example
Text Example
White with #BEAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC8A; }
p { color: rgb(190,172,138); }
H1.HeaderClassName
{
color: #BEAC8A;
}
.AnyTagClassName
{
color: #BEAC8A;
}
</style>
background-color css
<style>
a { background-color: #BEAC8A; }
a { background-color: rgb(190,172,138); }
div.DivClassName
{
background-color: #BEAC8A;
}
.BgClassName
{
background-color: #BEAC8A;
}
</style>
border-color css
<style>
span { border-color: #BEAC8A; }
span { border-color: rgb(190,172,138); }
td.TdClassName
{
border-color: #BEAC8A;
}
.TagClassName
{
border-color: #BEAC8A;
}
</style>