Shades of Pavlova #BFA579
Tints of Pavlova #BFA579
RGB
CMYK
RGB Variations
Color information
#BFA579 (or 0xBFA579) is known color: Pavlova. HEX triplet: BF, A5 and 79. RGB value is (191,165,121). Sum of RGB (Red+Green+Blue) = 191+165+121=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA579 is #405A86. Grayscale: #A7A7A7. Windows color (decimal): -4217479 or 7972287. OLE color: 7972287.
HSL color Cylindrical-coordinate representation of color #BFA579: hue angle of 37.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFA579 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 121 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.25 |
| HSL | 37.71º | 0.35% | 0.61% | - |
| HSV(B) | 37.71º | 0.37% | 0.75% | - |
| XYZ | 38.39 | 39.37 | 23.66 | - |
| YUV | 167.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 121 | 0 | 0.14 | 0.37 | 0.25 | 37.71 | 0.35 | 0.61 |
| Hex | BF | A5 | 79 | 0 | E | 25 | 19 | 26 | 23 | 3D |
| Octal | 277 | 245 | 171 | 0 | 16 | 45 | 31 | 46 | 43 | 75 |
| Binary | 10111111 | 10100101 | 1111001 | 0 | 1110 | 100101 | 11001 | 100110 | 100011 | 111101 |
Color Harmonies of #BFA579
Complementary color
Monochromatic Colors of #BFA579
Black with #BFA579
Text Example
Text Example
White with #BFA579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA579; }
p { color: rgb(191,165,121); }
H1.HeaderClassName
{
color: #BFA579;
}
.AnyTagClassName
{
color: #BFA579;
}
</style>
background-color css
<style>
a { background-color: #BFA579; }
a { background-color: rgb(191,165,121); }
div.DivClassName
{
background-color: #BFA579;
}
.BgClassName
{
background-color: #BFA579;
}
</style>
border-color css
<style>
span { border-color: #BFA579; }
span { border-color: rgb(191,165,121); }
td.TdClassName
{
border-color: #BFA579;
}
.TagClassName
{
border-color: #BFA579;
}
</style>