Shades of Pavlova #BFAA8C
Tints of Pavlova #BFAA8C
RGB
CMYK
RGB Variations
Color information
#BFAA8C (or 0xBFAA8C) is known color: Pavlova. HEX triplet: BF, AA and 8C. RGB value is (191,170,140). Sum of RGB (Red+Green+Blue) = 191+170+140=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA8C is #405573. Grayscale: #ADADAD. Windows color (decimal): -4216180 or 9218751. OLE color: 9218751.
HSL color Cylindrical-coordinate representation of color #BFAA8C: hue angle of 35.29º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFAA8C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 140 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.25 |
| HSL | 35.29º | 0.28% | 0.65% | - |
| HSV(B) | 35.29º | 0.27% | 0.75% | - |
| XYZ | 40.59 | 41.72 | 30.72 | - |
| YUV | 172.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 140 | 0 | 0.11 | 0.27 | 0.25 | 35.29 | 0.28 | 0.65 |
| Hex | BF | AA | 8C | 0 | B | 1B | 19 | 23 | 1C | 41 |
| Octal | 277 | 252 | 214 | 0 | 13 | 33 | 31 | 43 | 34 | 101 |
| Binary | 10111111 | 10101010 | 10001100 | 0 | 1011 | 11011 | 11001 | 100011 | 11100 | 1000001 |
Color Harmonies of #BFAA8C
Complementary color
Monochromatic Colors of #BFAA8C
Black with #BFAA8C
Text Example
Text Example
White with #BFAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA8C; }
p { color: rgb(191,170,140); }
H1.HeaderClassName
{
color: #BFAA8C;
}
.AnyTagClassName
{
color: #BFAA8C;
}
</style>
background-color css
<style>
a { background-color: #BFAA8C; }
a { background-color: rgb(191,170,140); }
div.DivClassName
{
background-color: #BFAA8C;
}
.BgClassName
{
background-color: #BFAA8C;
}
</style>
border-color css
<style>
span { border-color: #BFAA8C; }
span { border-color: rgb(191,170,140); }
td.TdClassName
{
border-color: #BFAA8C;
}
.TagClassName
{
border-color: #BFAA8C;
}
</style>