Shades of Pavlova #B9AB84
Tints of Pavlova #B9AB84
RGB
CMYK
RGB Variations
Color information
#B9AB84 (or 0xB9AB84) is known color: Pavlova. HEX triplet: B9, AB and 84. RGB value is (185,171,132). Sum of RGB (Red+Green+Blue) = 185+171+132=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB84 is #46547B. Grayscale: #AAAAAA. Windows color (decimal): -4609148 or 8694713. OLE color: 8694713.
HSL color Cylindrical-coordinate representation of color #B9AB84: hue angle of 44.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9AB84 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 132 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.27 |
| HSL | 44.15º | 0.27% | 0.62% | - |
| HSV(B) | 44.15º | 0.29% | 0.73% | - |
| XYZ | 38.74 | 41.11 | 27.72 | - |
| YUV | 170.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 132 | 0 | 0.08 | 0.29 | 0.27 | 44.15 | 0.27 | 0.62 |
| Hex | B9 | AB | 84 | 0 | 8 | 1D | 1B | 2C | 1B | 3E |
| Octal | 271 | 253 | 204 | 0 | 10 | 35 | 33 | 54 | 33 | 76 |
| Binary | 10111001 | 10101011 | 10000100 | 0 | 1000 | 11101 | 11011 | 101100 | 11011 | 111110 |
Color Harmonies of #B9AB84
Complementary color
Monochromatic Colors of #B9AB84
Black with #B9AB84
Text Example
Text Example
White with #B9AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB84; }
p { color: rgb(185,171,132); }
H1.HeaderClassName
{
color: #B9AB84;
}
.AnyTagClassName
{
color: #B9AB84;
}
</style>
background-color css
<style>
a { background-color: #B9AB84; }
a { background-color: rgb(185,171,132); }
div.DivClassName
{
background-color: #B9AB84;
}
.BgClassName
{
background-color: #B9AB84;
}
</style>
border-color css
<style>
span { border-color: #B9AB84; }
span { border-color: rgb(185,171,132); }
td.TdClassName
{
border-color: #B9AB84;
}
.TagClassName
{
border-color: #B9AB84;
}
</style>