Shades of Pavlova #B7A688
Tints of Pavlova #B7A688
RGB
CMYK
RGB Variations
Color information
#B7A688 (or 0xB7A688) is known color: Pavlova. HEX triplet: B7, A6 and 88. RGB value is (183,166,136). Sum of RGB (Red+Green+Blue) = 183+166+136=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A688 is #485977. Grayscale: #A7A7A7. Windows color (decimal): -4741496 or 8955575. OLE color: 8955575.
HSL color Cylindrical-coordinate representation of color #B7A688: hue angle of 38.3º 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 #B7A688 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 136 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.28 |
| HSL | 38.3º | 0.25% | 0.63% | - |
| HSV(B) | 38.3º | 0.26% | 0.72% | - |
| XYZ | 37.61 | 39.12 | 28.86 | - |
| YUV | 167.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 136 | 0 | 0.09 | 0.26 | 0.28 | 38.3 | 0.25 | 0.63 |
| Hex | B7 | A6 | 88 | 0 | 9 | 1A | 1C | 26 | 19 | 3F |
| Octal | 267 | 246 | 210 | 0 | 11 | 32 | 34 | 46 | 31 | 77 |
| Binary | 10110111 | 10100110 | 10001000 | 0 | 1001 | 11010 | 11100 | 100110 | 11001 | 111111 |
Color Harmonies of #B7A688
Complementary color
Monochromatic Colors of #B7A688
Black with #B7A688
Text Example
Text Example
White with #B7A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A688; }
p { color: rgb(183,166,136); }
H1.HeaderClassName
{
color: #B7A688;
}
.AnyTagClassName
{
color: #B7A688;
}
</style>
background-color css
<style>
a { background-color: #B7A688; }
a { background-color: rgb(183,166,136); }
div.DivClassName
{
background-color: #B7A688;
}
.BgClassName
{
background-color: #B7A688;
}
</style>
border-color css
<style>
span { border-color: #B7A688; }
span { border-color: rgb(183,166,136); }
td.TdClassName
{
border-color: #B7A688;
}
.TagClassName
{
border-color: #B7A688;
}
</style>