Shades of Pavlova #B7A286
Tints of Pavlova #B7A286
RGB
CMYK
RGB Variations
Color information
#B7A286 (or 0xB7A286) is known color: Pavlova. HEX triplet: B7, A2 and 86. RGB value is (183,162,134). Sum of RGB (Red+Green+Blue) = 183+162+134=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A286 is #485D79. Grayscale: #A5A5A5. Windows color (decimal): -4742522 or 8823479. OLE color: 8823479.
HSL color Cylindrical-coordinate representation of color #B7A286: hue angle of 34.29º 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 #B7A286 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 134 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.28 |
| HSL | 34.29º | 0.25% | 0.62% | - |
| HSV(B) | 34.29º | 0.27% | 0.72% | - |
| XYZ | 36.75 | 37.63 | 27.88 | - |
| YUV | 165.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 134 | 0 | 0.11 | 0.27 | 0.28 | 34.29 | 0.25 | 0.62 |
| Hex | B7 | A2 | 86 | 0 | B | 1B | 1C | 22 | 19 | 3E |
| Octal | 267 | 242 | 206 | 0 | 13 | 33 | 34 | 42 | 31 | 76 |
| Binary | 10110111 | 10100010 | 10000110 | 0 | 1011 | 11011 | 11100 | 100010 | 11001 | 111110 |
Color Harmonies of #B7A286
Complementary color
Monochromatic Colors of #B7A286
Black with #B7A286
Text Example
Text Example
White with #B7A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A286; }
p { color: rgb(183,162,134); }
H1.HeaderClassName
{
color: #B7A286;
}
.AnyTagClassName
{
color: #B7A286;
}
</style>
background-color css
<style>
a { background-color: #B7A286; }
a { background-color: rgb(183,162,134); }
div.DivClassName
{
background-color: #B7A286;
}
.BgClassName
{
background-color: #B7A286;
}
</style>
border-color css
<style>
span { border-color: #B7A286; }
span { border-color: rgb(183,162,134); }
td.TdClassName
{
border-color: #B7A286;
}
.TagClassName
{
border-color: #B7A286;
}
</style>