Shades of Pavlova #B9A889
Tints of Pavlova #B9A889
RGB
CMYK
RGB Variations
Color information
#B9A889 (or 0xB9A889) is known color: Pavlova. HEX triplet: B9, A8 and 89. RGB value is (185,168,137). Sum of RGB (Red+Green+Blue) = 185+168+137=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A889 is #465776. Grayscale: #A9A9A9. Windows color (decimal): -4609911 or 9021625. OLE color: 9021625.
HSL color Cylindrical-coordinate representation of color #B9A889: hue angle of 38.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9A889 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 137 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.27 |
| HSL | 38.75º | 0.26% | 0.63% | - |
| HSV(B) | 38.75º | 0.26% | 0.73% | - |
| XYZ | 38.53 | 40.13 | 29.38 | - |
| YUV | 169.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 137 | 0 | 0.09 | 0.26 | 0.27 | 38.75 | 0.26 | 0.63 |
| Hex | B9 | A8 | 89 | 0 | 9 | 1A | 1B | 27 | 1A | 3F |
| Octal | 271 | 250 | 211 | 0 | 11 | 32 | 33 | 47 | 32 | 77 |
| Binary | 10111001 | 10101000 | 10001001 | 0 | 1001 | 11010 | 11011 | 100111 | 11010 | 111111 |
Color Harmonies of #B9A889
Complementary color
Monochromatic Colors of #B9A889
Black with #B9A889
Text Example
Text Example
White with #B9A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A889; }
p { color: rgb(185,168,137); }
H1.HeaderClassName
{
color: #B9A889;
}
.AnyTagClassName
{
color: #B9A889;
}
</style>
background-color css
<style>
a { background-color: #B9A889; }
a { background-color: rgb(185,168,137); }
div.DivClassName
{
background-color: #B9A889;
}
.BgClassName
{
background-color: #B9A889;
}
</style>
border-color css
<style>
span { border-color: #B9A889; }
span { border-color: rgb(185,168,137); }
td.TdClassName
{
border-color: #B9A889;
}
.TagClassName
{
border-color: #B9A889;
}
</style>