Shades of Pavlova #B3A484
Tints of Pavlova #B3A484
RGB
CMYK
RGB Variations
Color information
#B3A484 (or 0xB3A484) is known color: Pavlova. HEX triplet: B3, A4 and 84. RGB value is (179,164,132). Sum of RGB (Red+Green+Blue) = 179+164+132=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A484 is #4C5B7B. Grayscale: #A4A4A4. Windows color (decimal): -5004156 or 8692915. OLE color: 8692915.
HSL color Cylindrical-coordinate representation of color #B3A484: hue angle of 40.85º degrees, saturation: 0.24, 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 #B3A484 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 164 | 132 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.30 |
| HSL | 40.85º | 0.24% | 0.61% | - |
| HSV(B) | 40.85º | 0.26% | 0.7% | - |
| XYZ | 36.03 | 37.8 | 27.23 | - |
| YUV | 164.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 164 | 132 | 0 | 0.08 | 0.26 | 0.30 | 40.85 | 0.24 | 0.61 |
| Hex | B3 | A4 | 84 | 0 | 8 | 1A | 1E | 29 | 18 | 3D |
| Octal | 263 | 244 | 204 | 0 | 10 | 32 | 36 | 51 | 30 | 75 |
| Binary | 10110011 | 10100100 | 10000100 | 0 | 1000 | 11010 | 11110 | 101001 | 11000 | 111101 |
Color Harmonies of #B3A484
Complementary color
Monochromatic Colors of #B3A484
Black with #B3A484
Text Example
Text Example
White with #B3A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A484; }
p { color: rgb(179,164,132); }
H1.HeaderClassName
{
color: #B3A484;
}
.AnyTagClassName
{
color: #B3A484;
}
</style>
background-color css
<style>
a { background-color: #B3A484; }
a { background-color: rgb(179,164,132); }
div.DivClassName
{
background-color: #B3A484;
}
.BgClassName
{
background-color: #B3A484;
}
</style>
border-color css
<style>
span { border-color: #B3A484; }
span { border-color: rgb(179,164,132); }
td.TdClassName
{
border-color: #B3A484;
}
.TagClassName
{
border-color: #B3A484;
}
</style>