Shades of Pavlova #BFAC87
Tints of Pavlova #BFAC87
RGB
CMYK
RGB Variations
Color information
#BFAC87 (or 0xBFAC87) is known color: Pavlova. HEX triplet: BF, AC and 87. RGB value is (191,172,135). Sum of RGB (Red+Green+Blue) = 191+172+135=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC87 is #405378. Grayscale: #ADADAD. Windows color (decimal): -4215673 or 8891583. OLE color: 8891583.
HSL color Cylindrical-coordinate representation of color #BFAC87: hue angle of 39.64º 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 #BFAC87 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 135 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.25 |
| HSL | 39.64º | 0.3% | 0.64% | - |
| HSV(B) | 39.64º | 0.29% | 0.75% | - |
| XYZ | 40.61 | 42.33 | 28.95 | - |
| YUV | 173.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 135 | 0 | 0.10 | 0.29 | 0.25 | 39.64 | 0.3 | 0.64 |
| Hex | BF | AC | 87 | 0 | A | 1D | 19 | 28 | 1E | 40 |
| Octal | 277 | 254 | 207 | 0 | 12 | 35 | 31 | 50 | 36 | 100 |
| Binary | 10111111 | 10101100 | 10000111 | 0 | 1010 | 11101 | 11001 | 101000 | 11110 | 1000000 |
Color Harmonies of #BFAC87
Complementary color
Monochromatic Colors of #BFAC87
Black with #BFAC87
Text Example
Text Example
White with #BFAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC87; }
p { color: rgb(191,172,135); }
H1.HeaderClassName
{
color: #BFAC87;
}
.AnyTagClassName
{
color: #BFAC87;
}
</style>
background-color css
<style>
a { background-color: #BFAC87; }
a { background-color: rgb(191,172,135); }
div.DivClassName
{
background-color: #BFAC87;
}
.BgClassName
{
background-color: #BFAC87;
}
</style>
border-color css
<style>
span { border-color: #BFAC87; }
span { border-color: rgb(191,172,135); }
td.TdClassName
{
border-color: #BFAC87;
}
.TagClassName
{
border-color: #BFAC87;
}
</style>