Shades of Pavlova #B9A98E
Tints of Pavlova #B9A98E
RGB
CMYK
RGB Variations
Color information
#B9A98E (or 0xB9A98E) is known color: Pavlova. HEX triplet: B9, A9 and 8E. RGB value is (185,169,142). Sum of RGB (Red+Green+Blue) = 185+169+142=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A98E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A98E is #465671. Grayscale: #AAAAAA. Windows color (decimal): -4609650 or 9349561. OLE color: 9349561.
HSL color Cylindrical-coordinate representation of color #B9A98E: hue angle of 37.67º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A98E is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 142 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.27 |
| HSL | 37.67º | 0.23% | 0.64% | - |
| HSV(B) | 37.67º | 0.23% | 0.73% | - |
| XYZ | 39.08 | 40.64 | 31.38 | - |
| YUV | 170.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 142 | 0 | 0.09 | 0.23 | 0.27 | 37.67 | 0.23 | 0.64 |
| Hex | B9 | A9 | 8E | 0 | 9 | 17 | 1B | 26 | 17 | 40 |
| Octal | 271 | 251 | 216 | 0 | 11 | 27 | 33 | 46 | 27 | 100 |
| Binary | 10111001 | 10101001 | 10001110 | 0 | 1001 | 10111 | 11011 | 100110 | 10111 | 1000000 |
Color Harmonies of #B9A98E
Complementary color
Monochromatic Colors of #B9A98E
Black with #B9A98E
Text Example
Text Example
White with #B9A98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A98E; }
p { color: rgb(185,169,142); }
H1.HeaderClassName
{
color: #B9A98E;
}
.AnyTagClassName
{
color: #B9A98E;
}
</style>
background-color css
<style>
a { background-color: #B9A98E; }
a { background-color: rgb(185,169,142); }
div.DivClassName
{
background-color: #B9A98E;
}
.BgClassName
{
background-color: #B9A98E;
}
</style>
border-color css
<style>
span { border-color: #B9A98E; }
span { border-color: rgb(185,169,142); }
td.TdClassName
{
border-color: #B9A98E;
}
.TagClassName
{
border-color: #B9A98E;
}
</style>