Shades of Pavlova #B7A288
Tints of Pavlova #B7A288
RGB
CMYK
RGB Variations
Color information
#B7A288 (or 0xB7A288) is known color: Pavlova. HEX triplet: B7, A2 and 88. RGB value is (183,162,136). Sum of RGB (Red+Green+Blue) = 183+162+136=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A288 is #485D77. Grayscale: #A5A5A5. Windows color (decimal): -4742520 or 8954551. OLE color: 8954551.
HSL color Cylindrical-coordinate representation of color #B7A288: hue angle of 33.19º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7A288 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 136 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.28 |
| HSL | 33.19º | 0.25% | 0.63% | - |
| HSV(B) | 33.19º | 0.26% | 0.72% | - |
| XYZ | 36.89 | 37.69 | 28.62 | - |
| YUV | 165.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 136 | 0 | 0.11 | 0.26 | 0.28 | 33.19 | 0.25 | 0.63 |
| Hex | B7 | A2 | 88 | 0 | B | 1A | 1C | 21 | 19 | 3F |
| Octal | 267 | 242 | 210 | 0 | 13 | 32 | 34 | 41 | 31 | 77 |
| Binary | 10110111 | 10100010 | 10001000 | 0 | 1011 | 11010 | 11100 | 100001 | 11001 | 111111 |
Color Harmonies of #B7A288
Complementary color
Monochromatic Colors of #B7A288
Black with #B7A288
Text Example
Text Example
White with #B7A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A288; }
p { color: rgb(183,162,136); }
H1.HeaderClassName
{
color: #B7A288;
}
.AnyTagClassName
{
color: #B7A288;
}
</style>
background-color css
<style>
a { background-color: #B7A288; }
a { background-color: rgb(183,162,136); }
div.DivClassName
{
background-color: #B7A288;
}
.BgClassName
{
background-color: #B7A288;
}
</style>
border-color css
<style>
span { border-color: #B7A288; }
span { border-color: rgb(183,162,136); }
td.TdClassName
{
border-color: #B7A288;
}
.TagClassName
{
border-color: #B7A288;
}
</style>