Shades of Pavlova #B9A884
Tints of Pavlova #B9A884
RGB
CMYK
RGB Variations
Color information
#B9A884 (or 0xB9A884) is known color: Pavlova. HEX triplet: B9, A8 and 84. RGB value is (185,168,132). Sum of RGB (Red+Green+Blue) = 185+168+132=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A884 is #46577B. Grayscale: #A9A9A9. Windows color (decimal): -4609916 or 8693945. OLE color: 8693945.
HSL color Cylindrical-coordinate representation of color #B9A884: hue angle of 40.75º 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 #B9A884 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 132 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.27 |
| HSL | 40.75º | 0.27% | 0.62% | - |
| HSV(B) | 40.75º | 0.29% | 0.73% | - |
| XYZ | 38.18 | 39.99 | 27.54 | - |
| YUV | 168.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 132 | 0 | 0.09 | 0.29 | 0.27 | 40.75 | 0.27 | 0.62 |
| Hex | B9 | A8 | 84 | 0 | 9 | 1D | 1B | 29 | 1B | 3E |
| Octal | 271 | 250 | 204 | 0 | 11 | 35 | 33 | 51 | 33 | 76 |
| Binary | 10111001 | 10101000 | 10000100 | 0 | 1001 | 11101 | 11011 | 101001 | 11011 | 111110 |
Color Harmonies of #B9A884
Complementary color
Monochromatic Colors of #B9A884
Black with #B9A884
Text Example
Text Example
White with #B9A884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A884; }
p { color: rgb(185,168,132); }
H1.HeaderClassName
{
color: #B9A884;
}
.AnyTagClassName
{
color: #B9A884;
}
</style>
background-color css
<style>
a { background-color: #B9A884; }
a { background-color: rgb(185,168,132); }
div.DivClassName
{
background-color: #B9A884;
}
.BgClassName
{
background-color: #B9A884;
}
</style>
border-color css
<style>
span { border-color: #B9A884; }
span { border-color: rgb(185,168,132); }
td.TdClassName
{
border-color: #B9A884;
}
.TagClassName
{
border-color: #B9A884;
}
</style>