Shades of Pavlova #B7AA85
Tints of Pavlova #B7AA85
RGB
CMYK
RGB Variations
Color information
#B7AA85 (or 0xB7AA85) is known color: Pavlova. HEX triplet: B7, AA and 85. RGB value is (183,170,133). Sum of RGB (Red+Green+Blue) = 183+170+133=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AA85 is #48557A. Grayscale: #A9A9A9. Windows color (decimal): -4740475 or 8759991. OLE color: 8759991.
HSL color Cylindrical-coordinate representation of color #B7AA85: hue angle of 44.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7AA85 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 170 | 133 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.28 |
| HSL | 44.4º | 0.26% | 0.62% | - |
| HSV(B) | 44.4º | 0.27% | 0.72% | - |
| XYZ | 38.14 | 40.51 | 28 | - |
| YUV | 169.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 133 | 0 | 0.07 | 0.27 | 0.28 | 44.4 | 0.26 | 0.62 |
| Hex | B7 | AA | 85 | 0 | 7 | 1B | 1C | 2C | 1A | 3E |
| Octal | 267 | 252 | 205 | 0 | 7 | 33 | 34 | 54 | 32 | 76 |
| Binary | 10110111 | 10101010 | 10000101 | 0 | 111 | 11011 | 11100 | 101100 | 11010 | 111110 |
Color Harmonies of #B7AA85
Complementary color
Monochromatic Colors of #B7AA85
Black with #B7AA85
Text Example
Text Example
White with #B7AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AA85; }
p { color: rgb(183,170,133); }
H1.HeaderClassName
{
color: #B7AA85;
}
.AnyTagClassName
{
color: #B7AA85;
}
</style>
background-color css
<style>
a { background-color: #B7AA85; }
a { background-color: rgb(183,170,133); }
div.DivClassName
{
background-color: #B7AA85;
}
.BgClassName
{
background-color: #B7AA85;
}
</style>
border-color css
<style>
span { border-color: #B7AA85; }
span { border-color: rgb(183,170,133); }
td.TdClassName
{
border-color: #B7AA85;
}
.TagClassName
{
border-color: #B7AA85;
}
</style>