Shades of Pavlova #BEA786
Tints of Pavlova #BEA786
RGB
CMYK
RGB Variations
Color information
#BEA786 (or 0xBEA786) is known color: Pavlova. HEX triplet: BE, A7 and 86. RGB value is (190,167,134). Sum of RGB (Red+Green+Blue) = 190+167+134=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA786 is #415879. Grayscale: #AAAAAA. Windows color (decimal): -4282490 or 8824766. OLE color: 8824766.
HSL color Cylindrical-coordinate representation of color #BEA786: hue angle of 35.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA786 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 167 | 134 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.25 |
| HSL | 35.36º | 0.3% | 0.64% | - |
| HSV(B) | 35.36º | 0.29% | 0.75% | - |
| XYZ | 39.36 | 40.31 | 28.26 | - |
| YUV | 170.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 167 | 134 | 0 | 0.12 | 0.29 | 0.25 | 35.36 | 0.3 | 0.64 |
| Hex | BE | A7 | 86 | 0 | C | 1D | 19 | 23 | 1E | 40 |
| Octal | 276 | 247 | 206 | 0 | 14 | 35 | 31 | 43 | 36 | 100 |
| Binary | 10111110 | 10100111 | 10000110 | 0 | 1100 | 11101 | 11001 | 100011 | 11110 | 1000000 |
Color Harmonies of #BEA786
Complementary color
Monochromatic Colors of #BEA786
Black with #BEA786
Text Example
Text Example
White with #BEA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA786; }
p { color: rgb(190,167,134); }
H1.HeaderClassName
{
color: #BEA786;
}
.AnyTagClassName
{
color: #BEA786;
}
</style>
background-color css
<style>
a { background-color: #BEA786; }
a { background-color: rgb(190,167,134); }
div.DivClassName
{
background-color: #BEA786;
}
.BgClassName
{
background-color: #BEA786;
}
</style>
border-color css
<style>
span { border-color: #BEA786; }
span { border-color: rgb(190,167,134); }
td.TdClassName
{
border-color: #BEA786;
}
.TagClassName
{
border-color: #BEA786;
}
</style>