Shades of Pavlova #B2A48D
Tints of Pavlova #B2A48D
RGB
CMYK
RGB Variations
Color information
#B2A48D (or 0xB2A48D) is known color: Pavlova. HEX triplet: B2, A4 and 8D. RGB value is (178,164,141). Sum of RGB (Red+Green+Blue) = 178+164+141=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A48D is #4D5B72. Grayscale: #A5A5A5. Windows color (decimal): -5069683 or 9282738. OLE color: 9282738.
HSL color Cylindrical-coordinate representation of color #B2A48D: hue angle of 37.3º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A48D is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 141 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.30 |
| HSL | 37.3º | 0.19% | 0.63% | - |
| HSV(B) | 37.3º | 0.21% | 0.7% | - |
| XYZ | 36.44 | 37.94 | 30.6 | - |
| YUV | 165.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 141 | 0 | 0.08 | 0.21 | 0.30 | 37.3 | 0.19 | 0.63 |
| Hex | B2 | A4 | 8D | 0 | 8 | 15 | 1E | 25 | 13 | 3F |
| Octal | 262 | 244 | 215 | 0 | 10 | 25 | 36 | 45 | 23 | 77 |
| Binary | 10110010 | 10100100 | 10001101 | 0 | 1000 | 10101 | 11110 | 100101 | 10011 | 111111 |
Color Harmonies of #B2A48D
Complementary color
Monochromatic Colors of #B2A48D
Black with #B2A48D
Text Example
Text Example
White with #B2A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A48D; }
p { color: rgb(178,164,141); }
H1.HeaderClassName
{
color: #B2A48D;
}
.AnyTagClassName
{
color: #B2A48D;
}
</style>
background-color css
<style>
a { background-color: #B2A48D; }
a { background-color: rgb(178,164,141); }
div.DivClassName
{
background-color: #B2A48D;
}
.BgClassName
{
background-color: #B2A48D;
}
</style>
border-color css
<style>
span { border-color: #B2A48D; }
span { border-color: rgb(178,164,141); }
td.TdClassName
{
border-color: #B2A48D;
}
.TagClassName
{
border-color: #B2A48D;
}
</style>