Shades of Pavlova #BFA889
Tints of Pavlova #BFA889
RGB
CMYK
RGB Variations
Color information
#BFA889 (or 0xBFA889) is known color: Pavlova. HEX triplet: BF, A8 and 89. RGB value is (191,168,137). Sum of RGB (Red+Green+Blue) = 191+168+137=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA889 is #405776. Grayscale: #ABABAB. Windows color (decimal): -4216695 or 9021631. OLE color: 9021631.
HSL color Cylindrical-coordinate representation of color #BFA889: hue angle of 34.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA889 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 137 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.25 |
| HSL | 34.44º | 0.3% | 0.64% | - |
| HSV(B) | 34.44º | 0.28% | 0.75% | - |
| XYZ | 40 | 40.89 | 29.45 | - |
| YUV | 171.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 137 | 0 | 0.12 | 0.28 | 0.25 | 34.44 | 0.3 | 0.64 |
| Hex | BF | A8 | 89 | 0 | C | 1C | 19 | 22 | 1E | 40 |
| Octal | 277 | 250 | 211 | 0 | 14 | 34 | 31 | 42 | 36 | 100 |
| Binary | 10111111 | 10101000 | 10001001 | 0 | 1100 | 11100 | 11001 | 100010 | 11110 | 1000000 |
Color Harmonies of #BFA889
Complementary color
Monochromatic Colors of #BFA889
Black with #BFA889
Text Example
Text Example
White with #BFA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA889; }
p { color: rgb(191,168,137); }
H1.HeaderClassName
{
color: #BFA889;
}
.AnyTagClassName
{
color: #BFA889;
}
</style>
background-color css
<style>
a { background-color: #BFA889; }
a { background-color: rgb(191,168,137); }
div.DivClassName
{
background-color: #BFA889;
}
.BgClassName
{
background-color: #BFA889;
}
</style>
border-color css
<style>
span { border-color: #BFA889; }
span { border-color: rgb(191,168,137); }
td.TdClassName
{
border-color: #BFA889;
}
.TagClassName
{
border-color: #BFA889;
}
</style>