Shades of Pavlova #B7A48D
Tints of Pavlova #B7A48D
RGB
CMYK
RGB Variations
Color information
#B7A48D (or 0xB7A48D) is known color: Pavlova. HEX triplet: B7, A4 and 8D. RGB value is (183,164,141). Sum of RGB (Red+Green+Blue) = 183+164+141=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A48D is #485B72. Grayscale: #A7A7A7. Windows color (decimal): -4742003 or 9282743. OLE color: 9282743.
HSL color Cylindrical-coordinate representation of color #B7A48D: hue angle of 32.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7A48D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 141 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.28 |
| HSL | 32.86º | 0.23% | 0.64% | - |
| HSV(B) | 32.86º | 0.23% | 0.72% | - |
| XYZ | 37.61 | 38.54 | 30.66 | - |
| YUV | 167.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 141 | 0 | 0.10 | 0.23 | 0.28 | 32.86 | 0.23 | 0.64 |
| Hex | B7 | A4 | 8D | 0 | A | 17 | 1C | 21 | 17 | 40 |
| Octal | 267 | 244 | 215 | 0 | 12 | 27 | 34 | 41 | 27 | 100 |
| Binary | 10110111 | 10100100 | 10001101 | 0 | 1010 | 10111 | 11100 | 100001 | 10111 | 1000000 |
Color Harmonies of #B7A48D
Complementary color
Monochromatic Colors of #B7A48D
Black with #B7A48D
Text Example
Text Example
White with #B7A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A48D; }
p { color: rgb(183,164,141); }
H1.HeaderClassName
{
color: #B7A48D;
}
.AnyTagClassName
{
color: #B7A48D;
}
</style>
background-color css
<style>
a { background-color: #B7A48D; }
a { background-color: rgb(183,164,141); }
div.DivClassName
{
background-color: #B7A48D;
}
.BgClassName
{
background-color: #B7A48D;
}
</style>
border-color css
<style>
span { border-color: #B7A48D; }
span { border-color: rgb(183,164,141); }
td.TdClassName
{
border-color: #B7A48D;
}
.TagClassName
{
border-color: #B7A48D;
}
</style>