Shades of Pavlova #B3A780
Tints of Pavlova #B3A780
RGB
CMYK
RGB Variations
Color information
#B3A780 (or 0xB3A780) is known color: Pavlova. HEX triplet: B3, A7 and 80. RGB value is (179,167,128). Sum of RGB (Red+Green+Blue) = 179+167+128=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A780 is #4C587F. Grayscale: #A6A6A6. Windows color (decimal): -5003392 or 8431539. OLE color: 8431539.
HSL color Cylindrical-coordinate representation of color #B3A780: hue angle of 45.88º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3A780 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 128 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.30 |
| HSL | 45.88º | 0.25% | 0.6% | - |
| HSV(B) | 45.88º | 0.28% | 0.7% | - |
| XYZ | 36.31 | 38.78 | 25.99 | - |
| YUV | 166.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 128 | 0 | 0.07 | 0.28 | 0.30 | 45.88 | 0.25 | 0.6 |
| Hex | B3 | A7 | 80 | 0 | 7 | 1C | 1E | 2E | 19 | 3C |
| Octal | 263 | 247 | 200 | 0 | 7 | 34 | 36 | 56 | 31 | 74 |
| Binary | 10110011 | 10100111 | 10000000 | 0 | 111 | 11100 | 11110 | 101110 | 11001 | 111100 |
Color Harmonies of #B3A780
Complementary color
Monochromatic Colors of #B3A780
Black with #B3A780
Text Example
Text Example
White with #B3A780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A780; }
p { color: rgb(179,167,128); }
H1.HeaderClassName
{
color: #B3A780;
}
.AnyTagClassName
{
color: #B3A780;
}
</style>
background-color css
<style>
a { background-color: #B3A780; }
a { background-color: rgb(179,167,128); }
div.DivClassName
{
background-color: #B3A780;
}
.BgClassName
{
background-color: #B3A780;
}
</style>
border-color css
<style>
span { border-color: #B3A780; }
span { border-color: rgb(179,167,128); }
td.TdClassName
{
border-color: #B3A780;
}
.TagClassName
{
border-color: #B3A780;
}
</style>