Shades of Pavlova #BFA887
Tints of Pavlova #BFA887
RGB
CMYK
RGB Variations
Color information
#BFA887 (or 0xBFA887) is known color: Pavlova. HEX triplet: BF, A8 and 87. RGB value is (191,168,135). Sum of RGB (Red+Green+Blue) = 191+168+135=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA887 is #405778. Grayscale: #ABABAB. Windows color (decimal): -4216697 or 8890559. OLE color: 8890559.
HSL color Cylindrical-coordinate representation of color #BFA887: hue angle of 35.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA887 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 135 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.25 |
| HSL | 35.36º | 0.3% | 0.64% | - |
| HSV(B) | 35.36º | 0.29% | 0.75% | - |
| XYZ | 39.86 | 40.83 | 28.7 | - |
| YUV | 171.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 135 | 0 | 0.12 | 0.29 | 0.25 | 35.36 | 0.3 | 0.64 |
| Hex | BF | A8 | 87 | 0 | C | 1D | 19 | 23 | 1E | 40 |
| Octal | 277 | 250 | 207 | 0 | 14 | 35 | 31 | 43 | 36 | 100 |
| Binary | 10111111 | 10101000 | 10000111 | 0 | 1100 | 11101 | 11001 | 100011 | 11110 | 1000000 |
Color Harmonies of #BFA887
Complementary color
Monochromatic Colors of #BFA887
Black with #BFA887
Text Example
Text Example
White with #BFA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA887; }
p { color: rgb(191,168,135); }
H1.HeaderClassName
{
color: #BFA887;
}
.AnyTagClassName
{
color: #BFA887;
}
</style>
background-color css
<style>
a { background-color: #BFA887; }
a { background-color: rgb(191,168,135); }
div.DivClassName
{
background-color: #BFA887;
}
.BgClassName
{
background-color: #BFA887;
}
</style>
border-color css
<style>
span { border-color: #BFA887; }
span { border-color: rgb(191,168,135); }
td.TdClassName
{
border-color: #BFA887;
}
.TagClassName
{
border-color: #BFA887;
}
</style>