Shades of Pavlova #B8A386
Tints of Pavlova #B8A386
RGB
CMYK
RGB Variations
Color information
#B8A386 (or 0xB8A386) is known color: Pavlova. HEX triplet: B8, A3 and 86. RGB value is (184,163,134). Sum of RGB (Red+Green+Blue) = 184+163+134=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A386 is #475C79. Grayscale: #A6A6A6. Windows color (decimal): -4676730 or 8823736. OLE color: 8823736.
HSL color Cylindrical-coordinate representation of color #B8A386: hue angle of 34.8º degrees, saturation: 0.26, 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 #B8A386 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 163 | 134 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.28 |
| HSL | 34.8º | 0.26% | 0.62% | - |
| HSV(B) | 34.8º | 0.27% | 0.72% | - |
| XYZ | 37.17 | 38.11 | 27.95 | - |
| YUV | 165.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 163 | 134 | 0 | 0.11 | 0.27 | 0.28 | 34.8 | 0.26 | 0.62 |
| Hex | B8 | A3 | 86 | 0 | B | 1B | 1C | 23 | 1A | 3E |
| Octal | 270 | 243 | 206 | 0 | 13 | 33 | 34 | 43 | 32 | 76 |
| Binary | 10111000 | 10100011 | 10000110 | 0 | 1011 | 11011 | 11100 | 100011 | 11010 | 111110 |
Color Harmonies of #B8A386
Complementary color
Monochromatic Colors of #B8A386
Black with #B8A386
Text Example
Text Example
White with #B8A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A386; }
p { color: rgb(184,163,134); }
H1.HeaderClassName
{
color: #B8A386;
}
.AnyTagClassName
{
color: #B8A386;
}
</style>
background-color css
<style>
a { background-color: #B8A386; }
a { background-color: rgb(184,163,134); }
div.DivClassName
{
background-color: #B8A386;
}
.BgClassName
{
background-color: #B8A386;
}
</style>
border-color css
<style>
span { border-color: #B8A386; }
span { border-color: rgb(184,163,134); }
td.TdClassName
{
border-color: #B8A386;
}
.TagClassName
{
border-color: #B8A386;
}
</style>