Shades of Pavlova #B2A189
Tints of Pavlova #B2A189
RGB
CMYK
RGB Variations
Color information
#B2A189 (or 0xB2A189) is known color: Pavlova. HEX triplet: B2, A1 and 89. RGB value is (178,161,137). Sum of RGB (Red+Green+Blue) = 178+161+137=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A189 is #4D5E76. Grayscale: #A3A3A3. Windows color (decimal): -5070455 or 9019826. OLE color: 9019826.
HSL color Cylindrical-coordinate representation of color #B2A189: hue angle of 35.12º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2A189 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 137 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.30 |
| HSL | 35.12º | 0.21% | 0.62% | - |
| HSV(B) | 35.12º | 0.23% | 0.7% | - |
| XYZ | 35.62 | 36.76 | 28.89 | - |
| YUV | 163.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 137 | 0 | 0.10 | 0.23 | 0.30 | 35.12 | 0.21 | 0.62 |
| Hex | B2 | A1 | 89 | 0 | A | 17 | 1E | 23 | 15 | 3E |
| Octal | 262 | 241 | 211 | 0 | 12 | 27 | 36 | 43 | 25 | 76 |
| Binary | 10110010 | 10100001 | 10001001 | 0 | 1010 | 10111 | 11110 | 100011 | 10101 | 111110 |
Color Harmonies of #B2A189
Complementary color
Monochromatic Colors of #B2A189
Black with #B2A189
Text Example
Text Example
White with #B2A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A189; }
p { color: rgb(178,161,137); }
H1.HeaderClassName
{
color: #B2A189;
}
.AnyTagClassName
{
color: #B2A189;
}
</style>
background-color css
<style>
a { background-color: #B2A189; }
a { background-color: rgb(178,161,137); }
div.DivClassName
{
background-color: #B2A189;
}
.BgClassName
{
background-color: #B2A189;
}
</style>
border-color css
<style>
span { border-color: #B2A189; }
span { border-color: rgb(178,161,137); }
td.TdClassName
{
border-color: #B2A189;
}
.TagClassName
{
border-color: #B2A189;
}
</style>