Shades of Pavlova #B7A48E
Tints of Pavlova #B7A48E
RGB
CMYK
RGB Variations
Color information
#B7A48E (or 0xB7A48E) is known color: Pavlova. HEX triplet: B7, A4 and 8E. RGB value is (183,164,142). Sum of RGB (Red+Green+Blue) = 183+164+142=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A48E is #485B71. Grayscale: #A7A7A7. Windows color (decimal): -4742002 or 9348279. OLE color: 9348279.
HSL color Cylindrical-coordinate representation of color #B7A48E: hue angle of 32.2º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7A48E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 164 | 142 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.28 |
| HSL | 32.2º | 0.22% | 0.64% | - |
| HSV(B) | 32.2º | 0.22% | 0.72% | - |
| XYZ | 37.69 | 38.57 | 31.05 | - |
| YUV | 167.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 164 | 142 | 0 | 0.10 | 0.22 | 0.28 | 32.2 | 0.22 | 0.64 |
| Hex | B7 | A4 | 8E | 0 | A | 16 | 1C | 20 | 16 | 40 |
| Octal | 267 | 244 | 216 | 0 | 12 | 26 | 34 | 40 | 26 | 100 |
| Binary | 10110111 | 10100100 | 10001110 | 0 | 1010 | 10110 | 11100 | 100000 | 10110 | 1000000 |
Color Harmonies of #B7A48E
Complementary color
Monochromatic Colors of #B7A48E
Black with #B7A48E
Text Example
Text Example
White with #B7A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A48E; }
p { color: rgb(183,164,142); }
H1.HeaderClassName
{
color: #B7A48E;
}
.AnyTagClassName
{
color: #B7A48E;
}
</style>
background-color css
<style>
a { background-color: #B7A48E; }
a { background-color: rgb(183,164,142); }
div.DivClassName
{
background-color: #B7A48E;
}
.BgClassName
{
background-color: #B7A48E;
}
</style>
border-color css
<style>
span { border-color: #B7A48E; }
span { border-color: rgb(183,164,142); }
td.TdClassName
{
border-color: #B7A48E;
}
.TagClassName
{
border-color: #B7A48E;
}
</style>