Shades of Pavlova #BFA682
Tints of Pavlova #BFA682
RGB
CMYK
RGB Variations
Color information
#BFA682 (or 0xBFA682) is known color: Pavlova. HEX triplet: BF, A6 and 82. RGB value is (191,166,130). Sum of RGB (Red+Green+Blue) = 191+166+130=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA682 is #40597D. Grayscale: #A9A9A9. Windows color (decimal): -4217214 or 8562367. OLE color: 8562367.
HSL color Cylindrical-coordinate representation of color #BFA682: hue angle of 35.41º 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 #BFA682 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 130 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.25 |
| HSL | 35.41º | 0.32% | 0.63% | - |
| HSV(B) | 35.41º | 0.32% | 0.75% | - |
| XYZ | 39.15 | 39.96 | 26.77 | - |
| YUV | 169.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 130 | 0 | 0.13 | 0.32 | 0.25 | 35.41 | 0.32 | 0.63 |
| Hex | BF | A6 | 82 | 0 | D | 20 | 19 | 23 | 20 | 3F |
| Octal | 277 | 246 | 202 | 0 | 15 | 40 | 31 | 43 | 40 | 77 |
| Binary | 10111111 | 10100110 | 10000010 | 0 | 1101 | 100000 | 11001 | 100011 | 100000 | 111111 |
Color Harmonies of #BFA682
Complementary color
Monochromatic Colors of #BFA682
Black with #BFA682
Text Example
Text Example
White with #BFA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA682; }
p { color: rgb(191,166,130); }
H1.HeaderClassName
{
color: #BFA682;
}
.AnyTagClassName
{
color: #BFA682;
}
</style>
background-color css
<style>
a { background-color: #BFA682; }
a { background-color: rgb(191,166,130); }
div.DivClassName
{
background-color: #BFA682;
}
.BgClassName
{
background-color: #BFA682;
}
</style>
border-color css
<style>
span { border-color: #BFA682; }
span { border-color: rgb(191,166,130); }
td.TdClassName
{
border-color: #BFA682;
}
.TagClassName
{
border-color: #BFA682;
}
</style>