Shades of Pavlova #B7A888
Tints of Pavlova #B7A888
RGB
CMYK
RGB Variations
Color information
#B7A888 (or 0xB7A888) is known color: Pavlova. HEX triplet: B7, A8 and 88. RGB value is (183,168,136). Sum of RGB (Red+Green+Blue) = 183+168+136=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A888 is #485777. Grayscale: #A8A8A8. Windows color (decimal): -4740984 or 8956087. OLE color: 8956087.
HSL color Cylindrical-coordinate representation of color #B7A888: hue angle of 40.85º 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 #B7A888 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 136 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.28 |
| HSL | 40.85º | 0.25% | 0.63% | - |
| HSV(B) | 40.85º | 0.26% | 0.72% | - |
| XYZ | 37.98 | 39.85 | 28.98 | - |
| YUV | 168.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 136 | 0 | 0.08 | 0.26 | 0.28 | 40.85 | 0.25 | 0.63 |
| Hex | B7 | A8 | 88 | 0 | 8 | 1A | 1C | 29 | 19 | 3F |
| Octal | 267 | 250 | 210 | 0 | 10 | 32 | 34 | 51 | 31 | 77 |
| Binary | 10110111 | 10101000 | 10001000 | 0 | 1000 | 11010 | 11100 | 101001 | 11001 | 111111 |
Color Harmonies of #B7A888
Complementary color
Monochromatic Colors of #B7A888
Black with #B7A888
Text Example
Text Example
White with #B7A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A888; }
p { color: rgb(183,168,136); }
H1.HeaderClassName
{
color: #B7A888;
}
.AnyTagClassName
{
color: #B7A888;
}
</style>
background-color css
<style>
a { background-color: #B7A888; }
a { background-color: rgb(183,168,136); }
div.DivClassName
{
background-color: #B7A888;
}
.BgClassName
{
background-color: #B7A888;
}
</style>
border-color css
<style>
span { border-color: #B7A888; }
span { border-color: rgb(183,168,136); }
td.TdClassName
{
border-color: #B7A888;
}
.TagClassName
{
border-color: #B7A888;
}
</style>