Shades of Pavlova #BEA47B
Tints of Pavlova #BEA47B
RGB
CMYK
RGB Variations
Color information
#BEA47B (or 0xBEA47B) is known color: Pavlova. HEX triplet: BE, A4 and 7B. RGB value is (190,164,123). Sum of RGB (Red+Green+Blue) = 190+164+123=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA47B is #415B84. Grayscale: #A7A7A7. Windows color (decimal): -4283269 or 8103102. OLE color: 8103102.
HSL color Cylindrical-coordinate representation of color #BEA47B: hue angle of 36.72º 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 #BEA47B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 123 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.25 |
| HSL | 36.72º | 0.34% | 0.61% | - |
| HSV(B) | 36.72º | 0.35% | 0.75% | - |
| XYZ | 38.09 | 38.93 | 24.25 | - |
| YUV | 167.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 123 | 0 | 0.14 | 0.35 | 0.25 | 36.72 | 0.34 | 0.61 |
| Hex | BE | A4 | 7B | 0 | E | 23 | 19 | 25 | 22 | 3D |
| Octal | 276 | 244 | 173 | 0 | 16 | 43 | 31 | 45 | 42 | 75 |
| Binary | 10111110 | 10100100 | 1111011 | 0 | 1110 | 100011 | 11001 | 100101 | 100010 | 111101 |
Color Harmonies of #BEA47B
Complementary color
Monochromatic Colors of #BEA47B
Black with #BEA47B
Text Example
Text Example
White with #BEA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA47B; }
p { color: rgb(190,164,123); }
H1.HeaderClassName
{
color: #BEA47B;
}
.AnyTagClassName
{
color: #BEA47B;
}
</style>
background-color css
<style>
a { background-color: #BEA47B; }
a { background-color: rgb(190,164,123); }
div.DivClassName
{
background-color: #BEA47B;
}
.BgClassName
{
background-color: #BEA47B;
}
</style>
border-color css
<style>
span { border-color: #BEA47B; }
span { border-color: rgb(190,164,123); }
td.TdClassName
{
border-color: #BEA47B;
}
.TagClassName
{
border-color: #BEA47B;
}
</style>