Shades of Pavlova #BEA679
Tints of Pavlova #BEA679
RGB
CMYK
RGB Variations
Color information
#BEA679 (or 0xBEA679) is known color: Pavlova. HEX triplet: BE, A6 and 79. RGB value is (190,166,121). Sum of RGB (Red+Green+Blue) = 190+166+121=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA679 is #415986. Grayscale: #A8A8A8. Windows color (decimal): -4282759 or 7972542. OLE color: 7972542.
HSL color Cylindrical-coordinate representation of color #BEA679: hue angle of 39.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEA679 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 121 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.25 |
| HSL | 39.13º | 0.35% | 0.61% | - |
| HSV(B) | 39.13º | 0.36% | 0.75% | - |
| XYZ | 38.32 | 39.6 | 23.71 | - |
| YUV | 168.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 121 | 0 | 0.13 | 0.36 | 0.25 | 39.13 | 0.35 | 0.61 |
| Hex | BE | A6 | 79 | 0 | D | 24 | 19 | 27 | 23 | 3D |
| Octal | 276 | 246 | 171 | 0 | 15 | 44 | 31 | 47 | 43 | 75 |
| Binary | 10111110 | 10100110 | 1111001 | 0 | 1101 | 100100 | 11001 | 100111 | 100011 | 111101 |
Color Harmonies of #BEA679
Complementary color
Monochromatic Colors of #BEA679
Black with #BEA679
Text Example
Text Example
White with #BEA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA679; }
p { color: rgb(190,166,121); }
H1.HeaderClassName
{
color: #BEA679;
}
.AnyTagClassName
{
color: #BEA679;
}
</style>
background-color css
<style>
a { background-color: #BEA679; }
a { background-color: rgb(190,166,121); }
div.DivClassName
{
background-color: #BEA679;
}
.BgClassName
{
background-color: #BEA679;
}
</style>
border-color css
<style>
span { border-color: #BEA679; }
span { border-color: rgb(190,166,121); }
td.TdClassName
{
border-color: #BEA679;
}
.TagClassName
{
border-color: #BEA679;
}
</style>