Shades of Pavlova #B7AA80
Tints of Pavlova #B7AA80
RGB
CMYK
RGB Variations
Color information
#B7AA80 (or 0xB7AA80) is known color: Pavlova. HEX triplet: B7, AA and 80. RGB value is (183,170,128). Sum of RGB (Red+Green+Blue) = 183+170+128=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AA80 is #48557F. Grayscale: #A9A9A9. Windows color (decimal): -4740480 or 8432311. OLE color: 8432311.
HSL color Cylindrical-coordinate representation of color #B7AA80: hue angle of 45.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AA80 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 128 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.28 |
| HSL | 45.82º | 0.28% | 0.61% | - |
| HSV(B) | 45.82º | 0.3% | 0.72% | - |
| XYZ | 37.8 | 40.38 | 26.22 | - |
| YUV | 169.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 128 | 0 | 0.07 | 0.30 | 0.28 | 45.82 | 0.28 | 0.61 |
| Hex | B7 | AA | 80 | 0 | 7 | 1E | 1C | 2E | 1C | 3D |
| Octal | 267 | 252 | 200 | 0 | 7 | 36 | 34 | 56 | 34 | 75 |
| Binary | 10110111 | 10101010 | 10000000 | 0 | 111 | 11110 | 11100 | 101110 | 11100 | 111101 |
Color Harmonies of #B7AA80
Complementary color
Monochromatic Colors of #B7AA80
Black with #B7AA80
Text Example
Text Example
White with #B7AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA80; }
p { color: rgb(183,170,128); }
H1.HeaderClassName
{
color: #B7AA80;
}
.AnyTagClassName
{
color: #B7AA80;
}
</style>
background-color css
<style>
a { background-color: #B7AA80; }
a { background-color: rgb(183,170,128); }
div.DivClassName
{
background-color: #B7AA80;
}
.BgClassName
{
background-color: #B7AA80;
}
</style>
border-color css
<style>
span { border-color: #B7AA80; }
span { border-color: rgb(183,170,128); }
td.TdClassName
{
border-color: #B7AA80;
}
.TagClassName
{
border-color: #B7AA80;
}
</style>