Shades of Pavlova #BFA984
Tints of Pavlova #BFA984
RGB
CMYK
RGB Variations
Color information
#BFA984 (or 0xBFA984) is known color: Pavlova. HEX triplet: BF, A9 and 84. RGB value is (191,169,132). Sum of RGB (Red+Green+Blue) = 191+169+132=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA984 is #40567B. Grayscale: #ABABAB. Windows color (decimal): -4216444 or 8694207. OLE color: 8694207.
HSL color Cylindrical-coordinate representation of color #BFA984: hue angle of 37.63º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA984 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 132 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.25 |
| HSL | 37.63º | 0.32% | 0.63% | - |
| HSV(B) | 37.63º | 0.31% | 0.75% | - |
| XYZ | 39.84 | 41.12 | 27.67 | - |
| YUV | 171.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 132 | 0 | 0.12 | 0.31 | 0.25 | 37.63 | 0.32 | 0.63 |
| Hex | BF | A9 | 84 | 0 | C | 1F | 19 | 26 | 20 | 3F |
| Octal | 277 | 251 | 204 | 0 | 14 | 37 | 31 | 46 | 40 | 77 |
| Binary | 10111111 | 10101001 | 10000100 | 0 | 1100 | 11111 | 11001 | 100110 | 100000 | 111111 |
Color Harmonies of #BFA984
Complementary color
Monochromatic Colors of #BFA984
Black with #BFA984
Text Example
Text Example
White with #BFA984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA984; }
p { color: rgb(191,169,132); }
H1.HeaderClassName
{
color: #BFA984;
}
.AnyTagClassName
{
color: #BFA984;
}
</style>
background-color css
<style>
a { background-color: #BFA984; }
a { background-color: rgb(191,169,132); }
div.DivClassName
{
background-color: #BFA984;
}
.BgClassName
{
background-color: #BFA984;
}
</style>
border-color css
<style>
span { border-color: #BFA984; }
span { border-color: rgb(191,169,132); }
td.TdClassName
{
border-color: #BFA984;
}
.TagClassName
{
border-color: #BFA984;
}
</style>