Shades of Pavlova #B9A88F
Tints of Pavlova #B9A88F
RGB
CMYK
RGB Variations
Color information
#B9A88F (or 0xB9A88F) is known color: Pavlova. HEX triplet: B9, A8 and 8F. RGB value is (185,168,143). Sum of RGB (Red+Green+Blue) = 185+168+143=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A88F is #465770. Grayscale: #AAAAAA. Windows color (decimal): -4609905 or 9414841. OLE color: 9414841.
HSL color Cylindrical-coordinate representation of color #B9A88F: hue angle of 35.71º 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 #B9A88F is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 143 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.27 |
| HSL | 35.71º | 0.23% | 0.64% | - |
| HSV(B) | 35.71º | 0.23% | 0.73% | - |
| XYZ | 38.97 | 40.3 | 31.71 | - |
| YUV | 170.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 143 | 0 | 0.09 | 0.23 | 0.27 | 35.71 | 0.23 | 0.64 |
| Hex | B9 | A8 | 8F | 0 | 9 | 17 | 1B | 24 | 17 | 40 |
| Octal | 271 | 250 | 217 | 0 | 11 | 27 | 33 | 44 | 27 | 100 |
| Binary | 10111001 | 10101000 | 10001111 | 0 | 1001 | 10111 | 11011 | 100100 | 10111 | 1000000 |
Color Harmonies of #B9A88F
Complementary color
Monochromatic Colors of #B9A88F
Black with #B9A88F
Text Example
Text Example
White with #B9A88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A88F; }
p { color: rgb(185,168,143); }
H1.HeaderClassName
{
color: #B9A88F;
}
.AnyTagClassName
{
color: #B9A88F;
}
</style>
background-color css
<style>
a { background-color: #B9A88F; }
a { background-color: rgb(185,168,143); }
div.DivClassName
{
background-color: #B9A88F;
}
.BgClassName
{
background-color: #B9A88F;
}
</style>
border-color css
<style>
span { border-color: #B9A88F; }
span { border-color: rgb(185,168,143); }
td.TdClassName
{
border-color: #B9A88F;
}
.TagClassName
{
border-color: #B9A88F;
}
</style>