Shades of Pavlova #BFA985
Tints of Pavlova #BFA985
RGB
CMYK
RGB Variations
Color information
#BFA985 (or 0xBFA985) is known color: Pavlova. HEX triplet: BF, A9 and 85. RGB value is (191,169,133). Sum of RGB (Red+Green+Blue) = 191+169+133=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA985 is #40567A. Grayscale: #ABABAB. Windows color (decimal): -4216443 or 8759743. OLE color: 8759743.
HSL color Cylindrical-coordinate representation of color #BFA985: hue angle of 37.24º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFA985 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 133 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.25 |
| HSL | 37.24º | 0.31% | 0.64% | - |
| HSV(B) | 37.24º | 0.3% | 0.75% | - |
| XYZ | 39.91 | 41.15 | 28.03 | - |
| YUV | 171.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 133 | 0 | 0.12 | 0.30 | 0.25 | 37.24 | 0.31 | 0.64 |
| Hex | BF | A9 | 85 | 0 | C | 1E | 19 | 25 | 1F | 40 |
| Octal | 277 | 251 | 205 | 0 | 14 | 36 | 31 | 45 | 37 | 100 |
| Binary | 10111111 | 10101001 | 10000101 | 0 | 1100 | 11110 | 11001 | 100101 | 11111 | 1000000 |
Color Harmonies of #BFA985
Complementary color
Monochromatic Colors of #BFA985
Black with #BFA985
Text Example
Text Example
White with #BFA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA985; }
p { color: rgb(191,169,133); }
H1.HeaderClassName
{
color: #BFA985;
}
.AnyTagClassName
{
color: #BFA985;
}
</style>
background-color css
<style>
a { background-color: #BFA985; }
a { background-color: rgb(191,169,133); }
div.DivClassName
{
background-color: #BFA985;
}
.BgClassName
{
background-color: #BFA985;
}
</style>
border-color css
<style>
span { border-color: #BFA985; }
span { border-color: rgb(191,169,133); }
td.TdClassName
{
border-color: #BFA985;
}
.TagClassName
{
border-color: #BFA985;
}
</style>