Shades of Pavlova #B9AA7E
Tints of Pavlova #B9AA7E
RGB
CMYK
RGB Variations
Color information
#B9AA7E (or 0xB9AA7E) is known color: Pavlova. HEX triplet: B9, AA and 7E. RGB value is (185,170,126). Sum of RGB (Red+Green+Blue) = 185+170+126=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA7E is #465581. Grayscale: #A9A9A9. Windows color (decimal): -4609410 or 8301241. OLE color: 8301241.
HSL color Cylindrical-coordinate representation of color #B9AA7E: hue angle of 44.75º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9AA7E is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 126 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.27 |
| HSL | 44.75º | 0.3% | 0.61% | - |
| HSV(B) | 44.75º | 0.32% | 0.73% | - |
| XYZ | 38.15 | 40.57 | 25.56 | - |
| YUV | 169.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 126 | 0 | 0.08 | 0.32 | 0.27 | 44.75 | 0.3 | 0.61 |
| Hex | B9 | AA | 7E | 0 | 8 | 20 | 1B | 2D | 1E | 3D |
| Octal | 271 | 252 | 176 | 0 | 10 | 40 | 33 | 55 | 36 | 75 |
| Binary | 10111001 | 10101010 | 1111110 | 0 | 1000 | 100000 | 11011 | 101101 | 11110 | 111101 |
Color Harmonies of #B9AA7E
Complementary color
Monochromatic Colors of #B9AA7E
Black with #B9AA7E
Text Example
Text Example
White with #B9AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA7E; }
p { color: rgb(185,170,126); }
H1.HeaderClassName
{
color: #B9AA7E;
}
.AnyTagClassName
{
color: #B9AA7E;
}
</style>
background-color css
<style>
a { background-color: #B9AA7E; }
a { background-color: rgb(185,170,126); }
div.DivClassName
{
background-color: #B9AA7E;
}
.BgClassName
{
background-color: #B9AA7E;
}
</style>
border-color css
<style>
span { border-color: #B9AA7E; }
span { border-color: rgb(185,170,126); }
td.TdClassName
{
border-color: #B9AA7E;
}
.TagClassName
{
border-color: #B9AA7E;
}
</style>