Shades of Pavlova #BFA782
Tints of Pavlova #BFA782
RGB
CMYK
RGB Variations
Color information
#BFA782 (or 0xBFA782) is known color: Pavlova. HEX triplet: BF, A7 and 82. RGB value is (191,167,130). Sum of RGB (Red+Green+Blue) = 191+167+130=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA782 is #40587D. Grayscale: #AAAAAA. Windows color (decimal): -4216958 or 8562623. OLE color: 8562623.
HSL color Cylindrical-coordinate representation of color #BFA782: hue angle of 36.39º 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 #BFA782 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 130 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.25 |
| HSL | 36.39º | 0.32% | 0.63% | - |
| HSV(B) | 36.39º | 0.32% | 0.75% | - |
| XYZ | 39.33 | 40.33 | 26.83 | - |
| YUV | 169.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 130 | 0 | 0.13 | 0.32 | 0.25 | 36.39 | 0.32 | 0.63 |
| Hex | BF | A7 | 82 | 0 | D | 20 | 19 | 24 | 20 | 3F |
| Octal | 277 | 247 | 202 | 0 | 15 | 40 | 31 | 44 | 40 | 77 |
| Binary | 10111111 | 10100111 | 10000010 | 0 | 1101 | 100000 | 11001 | 100100 | 100000 | 111111 |
Color Harmonies of #BFA782
Complementary color
Monochromatic Colors of #BFA782
Black with #BFA782
Text Example
Text Example
White with #BFA782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA782; }
p { color: rgb(191,167,130); }
H1.HeaderClassName
{
color: #BFA782;
}
.AnyTagClassName
{
color: #BFA782;
}
</style>
background-color css
<style>
a { background-color: #BFA782; }
a { background-color: rgb(191,167,130); }
div.DivClassName
{
background-color: #BFA782;
}
.BgClassName
{
background-color: #BFA782;
}
</style>
border-color css
<style>
span { border-color: #BFA782; }
span { border-color: rgb(191,167,130); }
td.TdClassName
{
border-color: #BFA782;
}
.TagClassName
{
border-color: #BFA782;
}
</style>