Shades of Pavlova #B2A288
Tints of Pavlova #B2A288
RGB
CMYK
RGB Variations
Color information
#B2A288 (or 0xB2A288) is known color: Pavlova. HEX triplet: B2, A2 and 88. RGB value is (178,162,136). Sum of RGB (Red+Green+Blue) = 178+162+136=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A288 is #4D5D77. Grayscale: #A3A3A3. Windows color (decimal): -5070200 or 8954546. OLE color: 8954546.
HSL color Cylindrical-coordinate representation of color #B2A288: hue angle of 37.14º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2A288 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 136 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.30 |
| HSL | 37.14º | 0.21% | 0.62% | - |
| HSV(B) | 37.14º | 0.24% | 0.7% | - |
| XYZ | 35.72 | 37.08 | 28.57 | - |
| YUV | 163.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 136 | 0 | 0.09 | 0.24 | 0.30 | 37.14 | 0.21 | 0.62 |
| Hex | B2 | A2 | 88 | 0 | 9 | 18 | 1E | 25 | 15 | 3E |
| Octal | 262 | 242 | 210 | 0 | 11 | 30 | 36 | 45 | 25 | 76 |
| Binary | 10110010 | 10100010 | 10001000 | 0 | 1001 | 11000 | 11110 | 100101 | 10101 | 111110 |
Color Harmonies of #B2A288
Complementary color
Monochromatic Colors of #B2A288
Black with #B2A288
Text Example
Text Example
White with #B2A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A288; }
p { color: rgb(178,162,136); }
H1.HeaderClassName
{
color: #B2A288;
}
.AnyTagClassName
{
color: #B2A288;
}
</style>
background-color css
<style>
a { background-color: #B2A288; }
a { background-color: rgb(178,162,136); }
div.DivClassName
{
background-color: #B2A288;
}
.BgClassName
{
background-color: #B2A288;
}
</style>
border-color css
<style>
span { border-color: #B2A288; }
span { border-color: rgb(178,162,136); }
td.TdClassName
{
border-color: #B2A288;
}
.TagClassName
{
border-color: #B2A288;
}
</style>