Shades of Pavlova #B2A388
Tints of Pavlova #B2A388
RGB
CMYK
RGB Variations
Color information
#B2A388 (or 0xB2A388) is known color: Pavlova. HEX triplet: B2, A3 and 88. RGB value is (178,163,136). Sum of RGB (Red+Green+Blue) = 178+163+136=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A388 is #4D5C77. Grayscale: #A4A4A4. Windows color (decimal): -5069944 or 8954802. OLE color: 8954802.
HSL color Cylindrical-coordinate representation of color #B2A388: hue angle of 38.57º 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 #B2A388 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 136 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.30 |
| HSL | 38.57º | 0.21% | 0.62% | - |
| HSV(B) | 38.57º | 0.24% | 0.7% | - |
| XYZ | 35.9 | 37.44 | 28.63 | - |
| YUV | 164.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 136 | 0 | 0.08 | 0.24 | 0.30 | 38.57 | 0.21 | 0.62 |
| Hex | B2 | A3 | 88 | 0 | 8 | 18 | 1E | 27 | 15 | 3E |
| Octal | 262 | 243 | 210 | 0 | 10 | 30 | 36 | 47 | 25 | 76 |
| Binary | 10110010 | 10100011 | 10001000 | 0 | 1000 | 11000 | 11110 | 100111 | 10101 | 111110 |
Color Harmonies of #B2A388
Complementary color
Monochromatic Colors of #B2A388
Black with #B2A388
Text Example
Text Example
White with #B2A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A388; }
p { color: rgb(178,163,136); }
H1.HeaderClassName
{
color: #B2A388;
}
.AnyTagClassName
{
color: #B2A388;
}
</style>
background-color css
<style>
a { background-color: #B2A388; }
a { background-color: rgb(178,163,136); }
div.DivClassName
{
background-color: #B2A388;
}
.BgClassName
{
background-color: #B2A388;
}
</style>
border-color css
<style>
span { border-color: #B2A388; }
span { border-color: rgb(178,163,136); }
td.TdClassName
{
border-color: #B2A388;
}
.TagClassName
{
border-color: #B2A388;
}
</style>