Shades of Pavlova #BFAC82
Tints of Pavlova #BFAC82
RGB
CMYK
RGB Variations
Color information
#BFAC82 (or 0xBFAC82) is known color: Pavlova. HEX triplet: BF, AC and 82. RGB value is (191,172,130). Sum of RGB (Red+Green+Blue) = 191+172+130=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC82 is #40537D. Grayscale: #ADADAD. Windows color (decimal): -4215678 or 8563903. OLE color: 8563903.
HSL color Cylindrical-coordinate representation of color #BFAC82: hue angle of 41.31º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFAC82 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 130 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.25 |
| HSL | 41.31º | 0.32% | 0.63% | - |
| HSV(B) | 41.31º | 0.32% | 0.75% | - |
| XYZ | 40.27 | 42.19 | 27.14 | - |
| YUV | 172.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 130 | 0 | 0.10 | 0.32 | 0.25 | 41.31 | 0.32 | 0.63 |
| Hex | BF | AC | 82 | 0 | A | 20 | 19 | 29 | 20 | 3F |
| Octal | 277 | 254 | 202 | 0 | 12 | 40 | 31 | 51 | 40 | 77 |
| Binary | 10111111 | 10101100 | 10000010 | 0 | 1010 | 100000 | 11001 | 101001 | 100000 | 111111 |
Color Harmonies of #BFAC82
Complementary color
Monochromatic Colors of #BFAC82
Black with #BFAC82
Text Example
Text Example
White with #BFAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC82; }
p { color: rgb(191,172,130); }
H1.HeaderClassName
{
color: #BFAC82;
}
.AnyTagClassName
{
color: #BFAC82;
}
</style>
background-color css
<style>
a { background-color: #BFAC82; }
a { background-color: rgb(191,172,130); }
div.DivClassName
{
background-color: #BFAC82;
}
.BgClassName
{
background-color: #BFAC82;
}
</style>
border-color css
<style>
span { border-color: #BFAC82; }
span { border-color: rgb(191,172,130); }
td.TdClassName
{
border-color: #BFAC82;
}
.TagClassName
{
border-color: #BFAC82;
}
</style>