Shades of Pavlova #BFA87F
Tints of Pavlova #BFA87F
RGB
CMYK
RGB Variations
Color information
#BFA87F (or 0xBFA87F) is known color: Pavlova. HEX triplet: BF, A8 and 7F. RGB value is (191,168,127). Sum of RGB (Red+Green+Blue) = 191+168+127=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA87F is #405780. Grayscale: #AAAAAA. Windows color (decimal): -4216705 or 8366271. OLE color: 8366271.
HSL color Cylindrical-coordinate representation of color #BFA87F: hue angle of 38.44º 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 #BFA87F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 127 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.25 |
| HSL | 38.44º | 0.33% | 0.62% | - |
| HSV(B) | 38.44º | 0.34% | 0.75% | - |
| XYZ | 39.32 | 40.61 | 25.85 | - |
| YUV | 170.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 127 | 0 | 0.12 | 0.34 | 0.25 | 38.44 | 0.33 | 0.62 |
| Hex | BF | A8 | 7F | 0 | C | 22 | 19 | 26 | 21 | 3E |
| Octal | 277 | 250 | 177 | 0 | 14 | 42 | 31 | 46 | 41 | 76 |
| Binary | 10111111 | 10101000 | 1111111 | 0 | 1100 | 100010 | 11001 | 100110 | 100001 | 111110 |
Color Harmonies of #BFA87F
Complementary color
Monochromatic Colors of #BFA87F
Black with #BFA87F
Text Example
Text Example
White with #BFA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA87F; }
p { color: rgb(191,168,127); }
H1.HeaderClassName
{
color: #BFA87F;
}
.AnyTagClassName
{
color: #BFA87F;
}
</style>
background-color css
<style>
a { background-color: #BFA87F; }
a { background-color: rgb(191,168,127); }
div.DivClassName
{
background-color: #BFA87F;
}
.BgClassName
{
background-color: #BFA87F;
}
</style>
border-color css
<style>
span { border-color: #BFA87F; }
span { border-color: rgb(191,168,127); }
td.TdClassName
{
border-color: #BFA87F;
}
.TagClassName
{
border-color: #BFA87F;
}
</style>