Shades of Pavlova #B2A488
Tints of Pavlova #B2A488
RGB
CMYK
RGB Variations
Color information
#B2A488 (or 0xB2A488) is known color: Pavlova. HEX triplet: B2, A4 and 88. RGB value is (178,164,136). Sum of RGB (Red+Green+Blue) = 178+164+136=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A488 is #4D5B77. Grayscale: #A5A5A5. Windows color (decimal): -5069688 or 8955058. OLE color: 8955058.
HSL color Cylindrical-coordinate representation of color #B2A488: hue angle of 40º 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 #B2A488 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 136 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.30 |
| HSL | 40º | 0.21% | 0.62% | - |
| HSV(B) | 40º | 0.24% | 0.7% | - |
| XYZ | 36.08 | 37.79 | 28.69 | - |
| YUV | 164.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 136 | 0 | 0.08 | 0.24 | 0.30 | 40 | 0.21 | 0.62 |
| Hex | B2 | A4 | 88 | 0 | 8 | 18 | 1E | 28 | 15 | 3E |
| Octal | 262 | 244 | 210 | 0 | 10 | 30 | 36 | 50 | 25 | 76 |
| Binary | 10110010 | 10100100 | 10001000 | 0 | 1000 | 11000 | 11110 | 101000 | 10101 | 111110 |
Color Harmonies of #B2A488
Complementary color
Monochromatic Colors of #B2A488
Black with #B2A488
Text Example
Text Example
White with #B2A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A488; }
p { color: rgb(178,164,136); }
H1.HeaderClassName
{
color: #B2A488;
}
.AnyTagClassName
{
color: #B2A488;
}
</style>
background-color css
<style>
a { background-color: #B2A488; }
a { background-color: rgb(178,164,136); }
div.DivClassName
{
background-color: #B2A488;
}
.BgClassName
{
background-color: #B2A488;
}
</style>
border-color css
<style>
span { border-color: #B2A488; }
span { border-color: rgb(178,164,136); }
td.TdClassName
{
border-color: #B2A488;
}
.TagClassName
{
border-color: #B2A488;
}
</style>