Shades of Pavlova #BFAA89
Tints of Pavlova #BFAA89
RGB
CMYK
RGB Variations
Color information
#BFAA89 (or 0xBFAA89) is known color: Pavlova. HEX triplet: BF, AA and 89. RGB value is (191,170,137). Sum of RGB (Red+Green+Blue) = 191+170+137=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA89 is #405576. Grayscale: #ACACAC. Windows color (decimal): -4216183 or 9022143. OLE color: 9022143.
HSL color Cylindrical-coordinate representation of color #BFAA89: hue angle of 36.67º 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 #BFAA89 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 137 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.25 |
| HSL | 36.67º | 0.3% | 0.64% | - |
| HSV(B) | 36.67º | 0.28% | 0.75% | - |
| XYZ | 40.38 | 41.63 | 29.57 | - |
| YUV | 172.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 137 | 0 | 0.11 | 0.28 | 0.25 | 36.67 | 0.3 | 0.64 |
| Hex | BF | AA | 89 | 0 | B | 1C | 19 | 25 | 1E | 40 |
| Octal | 277 | 252 | 211 | 0 | 13 | 34 | 31 | 45 | 36 | 100 |
| Binary | 10111111 | 10101010 | 10001001 | 0 | 1011 | 11100 | 11001 | 100101 | 11110 | 1000000 |
Color Harmonies of #BFAA89
Complementary color
Monochromatic Colors of #BFAA89
Black with #BFAA89
Text Example
Text Example
White with #BFAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA89; }
p { color: rgb(191,170,137); }
H1.HeaderClassName
{
color: #BFAA89;
}
.AnyTagClassName
{
color: #BFAA89;
}
</style>
background-color css
<style>
a { background-color: #BFAA89; }
a { background-color: rgb(191,170,137); }
div.DivClassName
{
background-color: #BFAA89;
}
.BgClassName
{
background-color: #BFAA89;
}
</style>
border-color css
<style>
span { border-color: #BFAA89; }
span { border-color: rgb(191,170,137); }
td.TdClassName
{
border-color: #BFAA89;
}
.TagClassName
{
border-color: #BFAA89;
}
</style>