Shades of Pavlova #B2A286
Tints of Pavlova #B2A286
RGB
CMYK
RGB Variations
Color information
#B2A286 (or 0xB2A286) is known color: Pavlova. HEX triplet: B2, A2 and 86. RGB value is (178,162,134). Sum of RGB (Red+Green+Blue) = 178+162+134=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A286 is #4D5D79. Grayscale: #A3A3A3. Windows color (decimal): -5070202 or 8823474. OLE color: 8823474.
HSL color Cylindrical-coordinate representation of color #B2A286: hue angle of 38.18º degrees, saturation: 0.22, 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 #B2A286 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 134 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.30 |
| HSL | 38.18º | 0.22% | 0.61% | - |
| HSV(B) | 38.18º | 0.25% | 0.7% | - |
| XYZ | 35.58 | 37.03 | 27.83 | - |
| YUV | 163.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 134 | 0 | 0.09 | 0.25 | 0.30 | 38.18 | 0.22 | 0.61 |
| Hex | B2 | A2 | 86 | 0 | 9 | 19 | 1E | 26 | 16 | 3D |
| Octal | 262 | 242 | 206 | 0 | 11 | 31 | 36 | 46 | 26 | 75 |
| Binary | 10110010 | 10100010 | 10000110 | 0 | 1001 | 11001 | 11110 | 100110 | 10110 | 111101 |
Color Harmonies of #B2A286
Complementary color
Monochromatic Colors of #B2A286
Black with #B2A286
Text Example
Text Example
White with #B2A286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A286; }
p { color: rgb(178,162,134); }
H1.HeaderClassName
{
color: #B2A286;
}
.AnyTagClassName
{
color: #B2A286;
}
</style>
background-color css
<style>
a { background-color: #B2A286; }
a { background-color: rgb(178,162,134); }
div.DivClassName
{
background-color: #B2A286;
}
.BgClassName
{
background-color: #B2A286;
}
</style>
border-color css
<style>
span { border-color: #B2A286; }
span { border-color: rgb(178,162,134); }
td.TdClassName
{
border-color: #B2A286;
}
.TagClassName
{
border-color: #B2A286;
}
</style>