Shades of Pavlova #B7A586
Tints of Pavlova #B7A586
RGB
CMYK
RGB Variations
Color information
#B7A586 (or 0xB7A586) is known color: Pavlova. HEX triplet: B7, A5 and 86. RGB value is (183,165,134). Sum of RGB (Red+Green+Blue) = 183+165+134=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A586 is #485A79. Grayscale: #A6A6A6. Windows color (decimal): -4741754 or 8824247. OLE color: 8824247.
HSL color Cylindrical-coordinate representation of color #B7A586: hue angle of 37.96º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7A586 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 134 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.28 |
| HSL | 37.96º | 0.25% | 0.62% | - |
| HSV(B) | 37.96º | 0.27% | 0.72% | - |
| XYZ | 37.29 | 38.7 | 28.06 | - |
| YUV | 166.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 134 | 0 | 0.10 | 0.27 | 0.28 | 37.96 | 0.25 | 0.62 |
| Hex | B7 | A5 | 86 | 0 | A | 1B | 1C | 26 | 19 | 3E |
| Octal | 267 | 245 | 206 | 0 | 12 | 33 | 34 | 46 | 31 | 76 |
| Binary | 10110111 | 10100101 | 10000110 | 0 | 1010 | 11011 | 11100 | 100110 | 11001 | 111110 |
Color Harmonies of #B7A586
Complementary color
Monochromatic Colors of #B7A586
Black with #B7A586
Text Example
Text Example
White with #B7A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A586; }
p { color: rgb(183,165,134); }
H1.HeaderClassName
{
color: #B7A586;
}
.AnyTagClassName
{
color: #B7A586;
}
</style>
background-color css
<style>
a { background-color: #B7A586; }
a { background-color: rgb(183,165,134); }
div.DivClassName
{
background-color: #B7A586;
}
.BgClassName
{
background-color: #B7A586;
}
</style>
border-color css
<style>
span { border-color: #B7A586; }
span { border-color: rgb(183,165,134); }
td.TdClassName
{
border-color: #B7A586;
}
.TagClassName
{
border-color: #B7A586;
}
</style>