Shades of Pavlova #B9A87E
Tints of Pavlova #B9A87E
RGB
CMYK
RGB Variations
Color information
#B9A87E (or 0xB9A87E) is known color: Pavlova. HEX triplet: B9, A8 and 7E. RGB value is (185,168,126). Sum of RGB (Red+Green+Blue) = 185+168+126=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A87E is #465781. Grayscale: #A8A8A8. Windows color (decimal): -4609922 or 8300729. OLE color: 8300729.
HSL color Cylindrical-coordinate representation of color #B9A87E: hue angle of 42.71º 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 #B9A87E is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 126 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.27 |
| HSL | 42.71º | 0.3% | 0.61% | - |
| HSV(B) | 42.71º | 0.32% | 0.73% | - |
| XYZ | 37.78 | 39.83 | 25.43 | - |
| YUV | 168.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 126 | 0 | 0.09 | 0.32 | 0.27 | 42.71 | 0.3 | 0.61 |
| Hex | B9 | A8 | 7E | 0 | 9 | 20 | 1B | 2B | 1E | 3D |
| Octal | 271 | 250 | 176 | 0 | 11 | 40 | 33 | 53 | 36 | 75 |
| Binary | 10111001 | 10101000 | 1111110 | 0 | 1001 | 100000 | 11011 | 101011 | 11110 | 111101 |
Color Harmonies of #B9A87E
Complementary color
Monochromatic Colors of #B9A87E
Black with #B9A87E
Text Example
Text Example
White with #B9A87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A87E; }
p { color: rgb(185,168,126); }
H1.HeaderClassName
{
color: #B9A87E;
}
.AnyTagClassName
{
color: #B9A87E;
}
</style>
background-color css
<style>
a { background-color: #B9A87E; }
a { background-color: rgb(185,168,126); }
div.DivClassName
{
background-color: #B9A87E;
}
.BgClassName
{
background-color: #B9A87E;
}
</style>
border-color css
<style>
span { border-color: #B9A87E; }
span { border-color: rgb(185,168,126); }
td.TdClassName
{
border-color: #B9A87E;
}
.TagClassName
{
border-color: #B9A87E;
}
</style>