Shades of Pavlova #BEAB85
Tints of Pavlova #BEAB85
RGB
CMYK
RGB Variations
Color information
#BEAB85 (or 0xBEAB85) is known color: Pavlova. HEX triplet: BE, AB and 85. RGB value is (190,171,133). Sum of RGB (Red+Green+Blue) = 190+171+133=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB85 is #41547A. Grayscale: #ACACAC. Windows color (decimal): -4281467 or 8760254. OLE color: 8760254.
HSL color Cylindrical-coordinate representation of color #BEAB85: hue angle of 40º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEAB85 is Cyan = 0, Magento = 0.10, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 133 | - |
| CMYK | 0 | 0.10 | 0.3 | 0.25 |
| HSL | 40º | 0.3% | 0.63% | - |
| HSV(B) | 40º | 0.3% | 0.75% | - |
| XYZ | 40.03 | 41.77 | 28.14 | - |
| YUV | 172.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 133 | 0 | 0.10 | 0.3 | 0.25 | 40 | 0.3 | 0.63 |
| Hex | BE | AB | 85 | 0 | A | 1E | 19 | 28 | 1E | 3F |
| Octal | 276 | 253 | 205 | 0 | 12 | 36 | 31 | 50 | 36 | 77 |
| Binary | 10111110 | 10101011 | 10000101 | 0 | 1010 | 11110 | 11001 | 101000 | 11110 | 111111 |
Color Harmonies of #BEAB85
Complementary color
Monochromatic Colors of #BEAB85
Black with #BEAB85
Text Example
Text Example
White with #BEAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB85; }
p { color: rgb(190,171,133); }
H1.HeaderClassName
{
color: #BEAB85;
}
.AnyTagClassName
{
color: #BEAB85;
}
</style>
background-color css
<style>
a { background-color: #BEAB85; }
a { background-color: rgb(190,171,133); }
div.DivClassName
{
background-color: #BEAB85;
}
.BgClassName
{
background-color: #BEAB85;
}
</style>
border-color css
<style>
span { border-color: #BEAB85; }
span { border-color: rgb(190,171,133); }
td.TdClassName
{
border-color: #BEAB85;
}
.TagClassName
{
border-color: #BEAB85;
}
</style>