Shades of Pavlova #B3A284
Tints of Pavlova #B3A284
RGB
CMYK
RGB Variations
Color information
#B3A284 (or 0xB3A284) is known color: Pavlova. HEX triplet: B3, A2 and 84. RGB value is (179,162,132). Sum of RGB (Red+Green+Blue) = 179+162+132=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A284 is #4C5D7B. Grayscale: #A3A3A3. Windows color (decimal): -5004668 or 8692403. OLE color: 8692403.
HSL color Cylindrical-coordinate representation of color #B3A284: hue angle of 38.3º 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 #B3A284 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 132 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.30 |
| HSL | 38.3º | 0.24% | 0.61% | - |
| HSV(B) | 38.3º | 0.26% | 0.7% | - |
| XYZ | 35.68 | 37.09 | 27.11 | - |
| YUV | 163.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 132 | 0 | 0.09 | 0.26 | 0.30 | 38.3 | 0.24 | 0.61 |
| Hex | B3 | A2 | 84 | 0 | 9 | 1A | 1E | 26 | 18 | 3D |
| Octal | 263 | 242 | 204 | 0 | 11 | 32 | 36 | 46 | 30 | 75 |
| Binary | 10110011 | 10100010 | 10000100 | 0 | 1001 | 11010 | 11110 | 100110 | 11000 | 111101 |
Color Harmonies of #B3A284
Complementary color
Monochromatic Colors of #B3A284
Black with #B3A284
Text Example
Text Example
White with #B3A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A284; }
p { color: rgb(179,162,132); }
H1.HeaderClassName
{
color: #B3A284;
}
.AnyTagClassName
{
color: #B3A284;
}
</style>
background-color css
<style>
a { background-color: #B3A284; }
a { background-color: rgb(179,162,132); }
div.DivClassName
{
background-color: #B3A284;
}
.BgClassName
{
background-color: #B3A284;
}
</style>
border-color css
<style>
span { border-color: #B3A284; }
span { border-color: rgb(179,162,132); }
td.TdClassName
{
border-color: #B3A284;
}
.TagClassName
{
border-color: #B3A284;
}
</style>