Shades of Pavlova #B2A484
Tints of Pavlova #B2A484
RGB
CMYK
RGB Variations
Color information
#B2A484 (or 0xB2A484) is known color: Pavlova. HEX triplet: B2, A4 and 84. RGB value is (178,164,132). Sum of RGB (Red+Green+Blue) = 178+164+132=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A484 is #4D5B7B. Grayscale: #A4A4A4. Windows color (decimal): -5069692 or 8692914. OLE color: 8692914.
HSL color Cylindrical-coordinate representation of color #B2A484: hue angle of 41.74º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2A484 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 132 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.30 |
| HSL | 41.74º | 0.23% | 0.61% | - |
| HSV(B) | 41.74º | 0.26% | 0.7% | - |
| XYZ | 35.8 | 37.68 | 27.22 | - |
| YUV | 164.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 132 | 0 | 0.08 | 0.26 | 0.30 | 41.74 | 0.23 | 0.61 |
| Hex | B2 | A4 | 84 | 0 | 8 | 1A | 1E | 2A | 17 | 3D |
| Octal | 262 | 244 | 204 | 0 | 10 | 32 | 36 | 52 | 27 | 75 |
| Binary | 10110010 | 10100100 | 10000100 | 0 | 1000 | 11010 | 11110 | 101010 | 10111 | 111101 |
Color Harmonies of #B2A484
Complementary color
Monochromatic Colors of #B2A484
Black with #B2A484
Text Example
Text Example
White with #B2A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A484; }
p { color: rgb(178,164,132); }
H1.HeaderClassName
{
color: #B2A484;
}
.AnyTagClassName
{
color: #B2A484;
}
</style>
background-color css
<style>
a { background-color: #B2A484; }
a { background-color: rgb(178,164,132); }
div.DivClassName
{
background-color: #B2A484;
}
.BgClassName
{
background-color: #B2A484;
}
</style>
border-color css
<style>
span { border-color: #B2A484; }
span { border-color: rgb(178,164,132); }
td.TdClassName
{
border-color: #B2A484;
}
.TagClassName
{
border-color: #B2A484;
}
</style>