Shades of Pavlova #BFAC8D
Tints of Pavlova #BFAC8D
RGB
CMYK
RGB Variations
Color information
#BFAC8D (or 0xBFAC8D) is known color: Pavlova. HEX triplet: BF, AC and 8D. RGB value is (191,172,141). Sum of RGB (Red+Green+Blue) = 191+172+141=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC8D is #405372. Grayscale: #AEAEAE. Windows color (decimal): -4215667 or 9284799. OLE color: 9284799.
HSL color Cylindrical-coordinate representation of color #BFAC8D: hue angle of 37.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAC8D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 141 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.25 |
| HSL | 37.2º | 0.28% | 0.65% | - |
| HSV(B) | 37.2º | 0.26% | 0.75% | - |
| XYZ | 41.05 | 42.5 | 31.24 | - |
| YUV | 174.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 141 | 0 | 0.10 | 0.26 | 0.25 | 37.2 | 0.28 | 0.65 |
| Hex | BF | AC | 8D | 0 | A | 1A | 19 | 25 | 1C | 41 |
| Octal | 277 | 254 | 215 | 0 | 12 | 32 | 31 | 45 | 34 | 101 |
| Binary | 10111111 | 10101100 | 10001101 | 0 | 1010 | 11010 | 11001 | 100101 | 11100 | 1000001 |
Color Harmonies of #BFAC8D
Complementary color
Monochromatic Colors of #BFAC8D
Black with #BFAC8D
Text Example
Text Example
White with #BFAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC8D; }
p { color: rgb(191,172,141); }
H1.HeaderClassName
{
color: #BFAC8D;
}
.AnyTagClassName
{
color: #BFAC8D;
}
</style>
background-color css
<style>
a { background-color: #BFAC8D; }
a { background-color: rgb(191,172,141); }
div.DivClassName
{
background-color: #BFAC8D;
}
.BgClassName
{
background-color: #BFAC8D;
}
</style>
border-color css
<style>
span { border-color: #BFAC8D; }
span { border-color: rgb(191,172,141); }
td.TdClassName
{
border-color: #BFAC8D;
}
.TagClassName
{
border-color: #BFAC8D;
}
</style>