Shades of Pavlova #B9A984
Tints of Pavlova #B9A984
RGB
CMYK
RGB Variations
Color information
#B9A984 (or 0xB9A984) is known color: Pavlova. HEX triplet: B9, A9 and 84. RGB value is (185,169,132). Sum of RGB (Red+Green+Blue) = 185+169+132=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A984 is #46567B. Grayscale: #A9A9A9. Windows color (decimal): -4609660 or 8694201. OLE color: 8694201.
HSL color Cylindrical-coordinate representation of color #B9A984: hue angle of 41.89º 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 #B9A984 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 132 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.27 |
| HSL | 41.89º | 0.27% | 0.62% | - |
| HSV(B) | 41.89º | 0.29% | 0.73% | - |
| XYZ | 38.36 | 40.36 | 27.6 | - |
| YUV | 169.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 132 | 0 | 0.09 | 0.29 | 0.27 | 41.89 | 0.27 | 0.62 |
| Hex | B9 | A9 | 84 | 0 | 9 | 1D | 1B | 2A | 1B | 3E |
| Octal | 271 | 251 | 204 | 0 | 11 | 35 | 33 | 52 | 33 | 76 |
| Binary | 10111001 | 10101001 | 10000100 | 0 | 1001 | 11101 | 11011 | 101010 | 11011 | 111110 |
Color Harmonies of #B9A984
Complementary color
Monochromatic Colors of #B9A984
Black with #B9A984
Text Example
Text Example
White with #B9A984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A984; }
p { color: rgb(185,169,132); }
H1.HeaderClassName
{
color: #B9A984;
}
.AnyTagClassName
{
color: #B9A984;
}
</style>
background-color css
<style>
a { background-color: #B9A984; }
a { background-color: rgb(185,169,132); }
div.DivClassName
{
background-color: #B9A984;
}
.BgClassName
{
background-color: #B9A984;
}
</style>
border-color css
<style>
span { border-color: #B9A984; }
span { border-color: rgb(185,169,132); }
td.TdClassName
{
border-color: #B9A984;
}
.TagClassName
{
border-color: #B9A984;
}
</style>