Shades of Pavlova #BFA882
Tints of Pavlova #BFA882
RGB
CMYK
RGB Variations
Color information
#BFA882 (or 0xBFA882) is known color: Pavlova. HEX triplet: BF, A8 and 82. RGB value is (191,168,130). Sum of RGB (Red+Green+Blue) = 191+168+130=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA882 is #40577D. Grayscale: #AAAAAA. Windows color (decimal): -4216702 or 8562879. OLE color: 8562879.
HSL color Cylindrical-coordinate representation of color #BFA882: hue angle of 37.38º 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 #BFA882 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 130 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.25 |
| HSL | 37.38º | 0.32% | 0.63% | - |
| HSV(B) | 37.38º | 0.32% | 0.75% | - |
| XYZ | 39.52 | 40.69 | 26.89 | - |
| YUV | 170.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 130 | 0 | 0.12 | 0.32 | 0.25 | 37.38 | 0.32 | 0.63 |
| Hex | BF | A8 | 82 | 0 | C | 20 | 19 | 25 | 20 | 3F |
| Octal | 277 | 250 | 202 | 0 | 14 | 40 | 31 | 45 | 40 | 77 |
| Binary | 10111111 | 10101000 | 10000010 | 0 | 1100 | 100000 | 11001 | 100101 | 100000 | 111111 |
Color Harmonies of #BFA882
Complementary color
Monochromatic Colors of #BFA882
Black with #BFA882
Text Example
Text Example
White with #BFA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA882; }
p { color: rgb(191,168,130); }
H1.HeaderClassName
{
color: #BFA882;
}
.AnyTagClassName
{
color: #BFA882;
}
</style>
background-color css
<style>
a { background-color: #BFA882; }
a { background-color: rgb(191,168,130); }
div.DivClassName
{
background-color: #BFA882;
}
.BgClassName
{
background-color: #BFA882;
}
</style>
border-color css
<style>
span { border-color: #BFA882; }
span { border-color: rgb(191,168,130); }
td.TdClassName
{
border-color: #BFA882;
}
.TagClassName
{
border-color: #BFA882;
}
</style>