Shades of Pavlova #BEA87B
Tints of Pavlova #BEA87B
RGB
CMYK
RGB Variations
Color information
#BEA87B (or 0xBEA87B) is known color: Pavlova. HEX triplet: BE, A8 and 7B. RGB value is (190,168,123). Sum of RGB (Red+Green+Blue) = 190+168+123=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA87B is #415784. Grayscale: #A9A9A9. Windows color (decimal): -4282245 or 8104126. OLE color: 8104126.
HSL color Cylindrical-coordinate representation of color #BEA87B: hue angle of 40.3º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA87B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 123 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.25 |
| HSL | 40.3º | 0.34% | 0.61% | - |
| HSV(B) | 40.3º | 0.35% | 0.75% | - |
| XYZ | 38.81 | 40.38 | 24.49 | - |
| YUV | 169.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 123 | 0 | 0.12 | 0.35 | 0.25 | 40.3 | 0.34 | 0.61 |
| Hex | BE | A8 | 7B | 0 | C | 23 | 19 | 28 | 22 | 3D |
| Octal | 276 | 250 | 173 | 0 | 14 | 43 | 31 | 50 | 42 | 75 |
| Binary | 10111110 | 10101000 | 1111011 | 0 | 1100 | 100011 | 11001 | 101000 | 100010 | 111101 |
Color Harmonies of #BEA87B
Complementary color
Monochromatic Colors of #BEA87B
Black with #BEA87B
Text Example
Text Example
White with #BEA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA87B; }
p { color: rgb(190,168,123); }
H1.HeaderClassName
{
color: #BEA87B;
}
.AnyTagClassName
{
color: #BEA87B;
}
</style>
background-color css
<style>
a { background-color: #BEA87B; }
a { background-color: rgb(190,168,123); }
div.DivClassName
{
background-color: #BEA87B;
}
.BgClassName
{
background-color: #BEA87B;
}
</style>
border-color css
<style>
span { border-color: #BEA87B; }
span { border-color: rgb(190,168,123); }
td.TdClassName
{
border-color: #BEA87B;
}
.TagClassName
{
border-color: #BEA87B;
}
</style>