Shades of Pavlova #B7A588
Tints of Pavlova #B7A588
RGB
CMYK
RGB Variations
Color information
#B7A588 (or 0xB7A588) is known color: Pavlova. HEX triplet: B7, A5 and 88. RGB value is (183,165,136). Sum of RGB (Red+Green+Blue) = 183+165+136=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A588 is #485A77. Grayscale: #A7A7A7. Windows color (decimal): -4741752 or 8955319. OLE color: 8955319.
HSL color Cylindrical-coordinate representation of color #B7A588: hue angle of 37.02º 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 #B7A588 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 136 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.28 |
| HSL | 37.02º | 0.25% | 0.63% | - |
| HSV(B) | 37.02º | 0.26% | 0.72% | - |
| XYZ | 37.43 | 38.76 | 28.8 | - |
| YUV | 167.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 136 | 0 | 0.10 | 0.26 | 0.28 | 37.02 | 0.25 | 0.63 |
| Hex | B7 | A5 | 88 | 0 | A | 1A | 1C | 25 | 19 | 3F |
| Octal | 267 | 245 | 210 | 0 | 12 | 32 | 34 | 45 | 31 | 77 |
| Binary | 10110111 | 10100101 | 10001000 | 0 | 1010 | 11010 | 11100 | 100101 | 11001 | 111111 |
Color Harmonies of #B7A588
Complementary color
Monochromatic Colors of #B7A588
Black with #B7A588
Text Example
Text Example
White with #B7A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A588; }
p { color: rgb(183,165,136); }
H1.HeaderClassName
{
color: #B7A588;
}
.AnyTagClassName
{
color: #B7A588;
}
</style>
background-color css
<style>
a { background-color: #B7A588; }
a { background-color: rgb(183,165,136); }
div.DivClassName
{
background-color: #B7A588;
}
.BgClassName
{
background-color: #B7A588;
}
</style>
border-color css
<style>
span { border-color: #B7A588; }
span { border-color: rgb(183,165,136); }
td.TdClassName
{
border-color: #B7A588;
}
.TagClassName
{
border-color: #B7A588;
}
</style>