Shades of Pavlova #BFA77F
Tints of Pavlova #BFA77F
RGB
CMYK
RGB Variations
Color information
#BFA77F (or 0xBFA77F) is known color: Pavlova. HEX triplet: BF, A7 and 7F. RGB value is (191,167,127). Sum of RGB (Red+Green+Blue) = 191+167+127=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA77F is #405880. Grayscale: #A9A9A9. Windows color (decimal): -4216961 or 8366015. OLE color: 8366015.
HSL color Cylindrical-coordinate representation of color #BFA77F: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFA77F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 127 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.25 |
| HSL | 37.5º | 0.33% | 0.62% | - |
| HSV(B) | 37.5º | 0.34% | 0.75% | - |
| XYZ | 39.14 | 40.25 | 25.78 | - |
| YUV | 169.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 127 | 0 | 0.13 | 0.34 | 0.25 | 37.5 | 0.33 | 0.62 |
| Hex | BF | A7 | 7F | 0 | D | 22 | 19 | 26 | 21 | 3E |
| Octal | 277 | 247 | 177 | 0 | 15 | 42 | 31 | 46 | 41 | 76 |
| Binary | 10111111 | 10100111 | 1111111 | 0 | 1101 | 100010 | 11001 | 100110 | 100001 | 111110 |
Color Harmonies of #BFA77F
Complementary color
Monochromatic Colors of #BFA77F
Black with #BFA77F
Text Example
Text Example
White with #BFA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA77F; }
p { color: rgb(191,167,127); }
H1.HeaderClassName
{
color: #BFA77F;
}
.AnyTagClassName
{
color: #BFA77F;
}
</style>
background-color css
<style>
a { background-color: #BFA77F; }
a { background-color: rgb(191,167,127); }
div.DivClassName
{
background-color: #BFA77F;
}
.BgClassName
{
background-color: #BFA77F;
}
</style>
border-color css
<style>
span { border-color: #BFA77F; }
span { border-color: rgb(191,167,127); }
td.TdClassName
{
border-color: #BFA77F;
}
.TagClassName
{
border-color: #BFA77F;
}
</style>