Shades of Pavlova #BFAC85
Tints of Pavlova #BFAC85
RGB
CMYK
RGB Variations
Color information
#BFAC85 (or 0xBFAC85) is known color: Pavlova. HEX triplet: BF, AC and 85. RGB value is (191,172,133). Sum of RGB (Red+Green+Blue) = 191+172+133=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC85 is #40537A. Grayscale: #ADADAD. Windows color (decimal): -4215675 or 8760511. OLE color: 8760511.
HSL color Cylindrical-coordinate representation of color #BFAC85: hue angle of 40.34º 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 #BFAC85 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 133 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.25 |
| HSL | 40.34º | 0.31% | 0.64% | - |
| HSV(B) | 40.34º | 0.3% | 0.75% | - |
| XYZ | 40.47 | 42.27 | 28.22 | - |
| YUV | 173.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 133 | 0 | 0.10 | 0.30 | 0.25 | 40.34 | 0.31 | 0.64 |
| Hex | BF | AC | 85 | 0 | A | 1E | 19 | 28 | 1F | 40 |
| Octal | 277 | 254 | 205 | 0 | 12 | 36 | 31 | 50 | 37 | 100 |
| Binary | 10111111 | 10101100 | 10000101 | 0 | 1010 | 11110 | 11001 | 101000 | 11111 | 1000000 |
Color Harmonies of #BFAC85
Complementary color
Monochromatic Colors of #BFAC85
Black with #BFAC85
Text Example
Text Example
White with #BFAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC85; }
p { color: rgb(191,172,133); }
H1.HeaderClassName
{
color: #BFAC85;
}
.AnyTagClassName
{
color: #BFAC85;
}
</style>
background-color css
<style>
a { background-color: #BFAC85; }
a { background-color: rgb(191,172,133); }
div.DivClassName
{
background-color: #BFAC85;
}
.BgClassName
{
background-color: #BFAC85;
}
</style>
border-color css
<style>
span { border-color: #BFAC85; }
span { border-color: rgb(191,172,133); }
td.TdClassName
{
border-color: #BFAC85;
}
.TagClassName
{
border-color: #BFAC85;
}
</style>