Shades of Pavlova #B3A28D
Tints of Pavlova #B3A28D
RGB
CMYK
RGB Variations
Color information
#B3A28D (or 0xB3A28D) is known color: Pavlova. HEX triplet: B3, A2 and 8D. RGB value is (179,162,141). Sum of RGB (Red+Green+Blue) = 179+162+141=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A28D is #4C5D72. Grayscale: #A4A4A4. Windows color (decimal): -5004659 or 9282227. OLE color: 9282227.
HSL color Cylindrical-coordinate representation of color #B3A28D: hue angle of 33.16º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3A28D is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 141 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.30 |
| HSL | 33.16º | 0.2% | 0.63% | - |
| HSV(B) | 33.16º | 0.21% | 0.7% | - |
| XYZ | 36.32 | 37.35 | 30.49 | - |
| YUV | 164.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 141 | 0 | 0.09 | 0.21 | 0.30 | 33.16 | 0.2 | 0.63 |
| Hex | B3 | A2 | 8D | 0 | 9 | 15 | 1E | 21 | 14 | 3F |
| Octal | 263 | 242 | 215 | 0 | 11 | 25 | 36 | 41 | 24 | 77 |
| Binary | 10110011 | 10100010 | 10001101 | 0 | 1001 | 10101 | 11110 | 100001 | 10100 | 111111 |
Color Harmonies of #B3A28D
Complementary color
Monochromatic Colors of #B3A28D
Black with #B3A28D
Text Example
Text Example
White with #B3A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A28D; }
p { color: rgb(179,162,141); }
H1.HeaderClassName
{
color: #B3A28D;
}
.AnyTagClassName
{
color: #B3A28D;
}
</style>
background-color css
<style>
a { background-color: #B3A28D; }
a { background-color: rgb(179,162,141); }
div.DivClassName
{
background-color: #B3A28D;
}
.BgClassName
{
background-color: #B3A28D;
}
</style>
border-color css
<style>
span { border-color: #B3A28D; }
span { border-color: rgb(179,162,141); }
td.TdClassName
{
border-color: #B3A28D;
}
.TagClassName
{
border-color: #B3A28D;
}
</style>