Shades of Pavlova #B3A586
Tints of Pavlova #B3A586
RGB
CMYK
RGB Variations
Color information
#B3A586 (or 0xB3A586) is known color: Pavlova. HEX triplet: B3, A5 and 86. RGB value is (179,165,134). Sum of RGB (Red+Green+Blue) = 179+165+134=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A586 is #4C5A79. Grayscale: #A5A5A5. Windows color (decimal): -5003898 or 8824243. OLE color: 8824243.
HSL color Cylindrical-coordinate representation of color #B3A586: hue angle of 41.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3A586 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 134 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.30 |
| HSL | 41.33º | 0.23% | 0.61% | - |
| HSV(B) | 41.33º | 0.25% | 0.7% | - |
| XYZ | 36.35 | 38.22 | 28.01 | - |
| YUV | 165.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 134 | 0 | 0.08 | 0.25 | 0.30 | 41.33 | 0.23 | 0.61 |
| Hex | B3 | A5 | 86 | 0 | 8 | 19 | 1E | 29 | 17 | 3D |
| Octal | 263 | 245 | 206 | 0 | 10 | 31 | 36 | 51 | 27 | 75 |
| Binary | 10110011 | 10100101 | 10000110 | 0 | 1000 | 11001 | 11110 | 101001 | 10111 | 111101 |
Color Harmonies of #B3A586
Complementary color
Monochromatic Colors of #B3A586
Black with #B3A586
Text Example
Text Example
White with #B3A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A586; }
p { color: rgb(179,165,134); }
H1.HeaderClassName
{
color: #B3A586;
}
.AnyTagClassName
{
color: #B3A586;
}
</style>
background-color css
<style>
a { background-color: #B3A586; }
a { background-color: rgb(179,165,134); }
div.DivClassName
{
background-color: #B3A586;
}
.BgClassName
{
background-color: #B3A586;
}
</style>
border-color css
<style>
span { border-color: #B3A586; }
span { border-color: rgb(179,165,134); }
td.TdClassName
{
border-color: #B3A586;
}
.TagClassName
{
border-color: #B3A586;
}
</style>