Shades of Pavlova #BEA87F
Tints of Pavlova #BEA87F
RGB
CMYK
RGB Variations
Color information
#BEA87F (or 0xBEA87F) is known color: Pavlova. HEX triplet: BE, A8 and 7F. RGB value is (190,168,127). Sum of RGB (Red+Green+Blue) = 190+168+127=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA87F is #415780. Grayscale: #AAAAAA. Windows color (decimal): -4282241 or 8366270. OLE color: 8366270.
HSL color Cylindrical-coordinate representation of color #BEA87F: hue angle of 39.05º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA87F is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 127 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.25 |
| HSL | 39.05º | 0.33% | 0.62% | - |
| HSV(B) | 39.05º | 0.33% | 0.75% | - |
| XYZ | 39.07 | 40.48 | 25.83 | - |
| YUV | 169.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 127 | 0 | 0.12 | 0.33 | 0.25 | 39.05 | 0.33 | 0.62 |
| Hex | BE | A8 | 7F | 0 | C | 21 | 19 | 27 | 21 | 3E |
| Octal | 276 | 250 | 177 | 0 | 14 | 41 | 31 | 47 | 41 | 76 |
| Binary | 10111110 | 10101000 | 1111111 | 0 | 1100 | 100001 | 11001 | 100111 | 100001 | 111110 |
Color Harmonies of #BEA87F
Complementary color
Monochromatic Colors of #BEA87F
Black with #BEA87F
Text Example
Text Example
White with #BEA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA87F; }
p { color: rgb(190,168,127); }
H1.HeaderClassName
{
color: #BEA87F;
}
.AnyTagClassName
{
color: #BEA87F;
}
</style>
background-color css
<style>
a { background-color: #BEA87F; }
a { background-color: rgb(190,168,127); }
div.DivClassName
{
background-color: #BEA87F;
}
.BgClassName
{
background-color: #BEA87F;
}
</style>
border-color css
<style>
span { border-color: #BEA87F; }
span { border-color: rgb(190,168,127); }
td.TdClassName
{
border-color: #BEA87F;
}
.TagClassName
{
border-color: #BEA87F;
}
</style>