Shades of Pavlova #BEA57A
Tints of Pavlova #BEA57A
RGB
CMYK
RGB Variations
Color information
#BEA57A (or 0xBEA57A) is known color: Pavlova. HEX triplet: BE, A5 and 7A. RGB value is (190,165,122). Sum of RGB (Red+Green+Blue) = 190+165+122=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA57A is #415A85. Grayscale: #A7A7A7. Windows color (decimal): -4283014 or 8037822. OLE color: 8037822.
HSL color Cylindrical-coordinate representation of color #BEA57A: hue angle of 37.94º degrees, saturation: 0.34, 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 #BEA57A is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 122 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.25 |
| HSL | 37.94º | 0.34% | 0.61% | - |
| HSV(B) | 37.94º | 0.36% | 0.75% | - |
| XYZ | 38.2 | 39.26 | 23.98 | - |
| YUV | 167.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 122 | 0 | 0.13 | 0.36 | 0.25 | 37.94 | 0.34 | 0.61 |
| Hex | BE | A5 | 7A | 0 | D | 24 | 19 | 26 | 22 | 3D |
| Octal | 276 | 245 | 172 | 0 | 15 | 44 | 31 | 46 | 42 | 75 |
| Binary | 10111110 | 10100101 | 1111010 | 0 | 1101 | 100100 | 11001 | 100110 | 100010 | 111101 |
Color Harmonies of #BEA57A
Complementary color
Monochromatic Colors of #BEA57A
Black with #BEA57A
Text Example
Text Example
White with #BEA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA57A; }
p { color: rgb(190,165,122); }
H1.HeaderClassName
{
color: #BEA57A;
}
.AnyTagClassName
{
color: #BEA57A;
}
</style>
background-color css
<style>
a { background-color: #BEA57A; }
a { background-color: rgb(190,165,122); }
div.DivClassName
{
background-color: #BEA57A;
}
.BgClassName
{
background-color: #BEA57A;
}
</style>
border-color css
<style>
span { border-color: #BEA57A; }
span { border-color: rgb(190,165,122); }
td.TdClassName
{
border-color: #BEA57A;
}
.TagClassName
{
border-color: #BEA57A;
}
</style>