Shades of Pavlova #B2A389
Tints of Pavlova #B2A389
RGB
CMYK
RGB Variations
Color information
#B2A389 (or 0xB2A389) is known color: Pavlova. HEX triplet: B2, A3 and 89. RGB value is (178,163,137). Sum of RGB (Red+Green+Blue) = 178+163+137=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A389 is #4D5C76. Grayscale: #A4A4A4. Windows color (decimal): -5069943 or 9020338. OLE color: 9020338.
HSL color Cylindrical-coordinate representation of color #B2A389: hue angle of 38.05º 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 #B2A389 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 137 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.30 |
| HSL | 38.05º | 0.21% | 0.62% | - |
| HSV(B) | 38.05º | 0.23% | 0.7% | - |
| XYZ | 35.97 | 37.47 | 29 | - |
| YUV | 164.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 137 | 0 | 0.08 | 0.23 | 0.30 | 38.05 | 0.21 | 0.62 |
| Hex | B2 | A3 | 89 | 0 | 8 | 17 | 1E | 26 | 15 | 3E |
| Octal | 262 | 243 | 211 | 0 | 10 | 27 | 36 | 46 | 25 | 76 |
| Binary | 10110010 | 10100011 | 10001001 | 0 | 1000 | 10111 | 11110 | 100110 | 10101 | 111110 |
Color Harmonies of #B2A389
Complementary color
Monochromatic Colors of #B2A389
Black with #B2A389
Text Example
Text Example
White with #B2A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A389; }
p { color: rgb(178,163,137); }
H1.HeaderClassName
{
color: #B2A389;
}
.AnyTagClassName
{
color: #B2A389;
}
</style>
background-color css
<style>
a { background-color: #B2A389; }
a { background-color: rgb(178,163,137); }
div.DivClassName
{
background-color: #B2A389;
}
.BgClassName
{
background-color: #B2A389;
}
</style>
border-color css
<style>
span { border-color: #B2A389; }
span { border-color: rgb(178,163,137); }
td.TdClassName
{
border-color: #B2A389;
}
.TagClassName
{
border-color: #B2A389;
}
</style>