Shades of Pavlova #B2A289
Tints of Pavlova #B2A289
RGB
CMYK
RGB Variations
Color information
#B2A289 (or 0xB2A289) is known color: Pavlova. HEX triplet: B2, A2 and 89. RGB value is (178,162,137). Sum of RGB (Red+Green+Blue) = 178+162+137=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A289 is #4D5D76. Grayscale: #A4A4A4. Windows color (decimal): -5070199 or 9020082. OLE color: 9020082.
HSL color Cylindrical-coordinate representation of color #B2A289: hue angle of 36.59º 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 #B2A289 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 137 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.30 |
| HSL | 36.59º | 0.21% | 0.62% | - |
| HSV(B) | 36.59º | 0.23% | 0.7% | - |
| XYZ | 35.8 | 37.11 | 28.94 | - |
| YUV | 163.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 137 | 0 | 0.09 | 0.23 | 0.30 | 36.59 | 0.21 | 0.62 |
| Hex | B2 | A2 | 89 | 0 | 9 | 17 | 1E | 25 | 15 | 3E |
| Octal | 262 | 242 | 211 | 0 | 11 | 27 | 36 | 45 | 25 | 76 |
| Binary | 10110010 | 10100010 | 10001001 | 0 | 1001 | 10111 | 11110 | 100101 | 10101 | 111110 |
Color Harmonies of #B2A289
Complementary color
Monochromatic Colors of #B2A289
Black with #B2A289
Text Example
Text Example
White with #B2A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A289; }
p { color: rgb(178,162,137); }
H1.HeaderClassName
{
color: #B2A289;
}
.AnyTagClassName
{
color: #B2A289;
}
</style>
background-color css
<style>
a { background-color: #B2A289; }
a { background-color: rgb(178,162,137); }
div.DivClassName
{
background-color: #B2A289;
}
.BgClassName
{
background-color: #B2A289;
}
</style>
border-color css
<style>
span { border-color: #B2A289; }
span { border-color: rgb(178,162,137); }
td.TdClassName
{
border-color: #B2A289;
}
.TagClassName
{
border-color: #B2A289;
}
</style>