Shades of Pavlova #BFA67F
Tints of Pavlova #BFA67F
RGB
CMYK
RGB Variations
Color information
#BFA67F (or 0xBFA67F) is known color: Pavlova. HEX triplet: BF, A6 and 7F. RGB value is (191,166,127). Sum of RGB (Red+Green+Blue) = 191+166+127=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA67F is #405980. Grayscale: #A9A9A9. Windows color (decimal): -4217217 or 8365759. OLE color: 8365759.
HSL color Cylindrical-coordinate representation of color #BFA67F: hue angle of 36.56º 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 #BFA67F is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 127 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.25 |
| HSL | 36.56º | 0.33% | 0.62% | - |
| HSV(B) | 36.56º | 0.34% | 0.75% | - |
| XYZ | 38.95 | 39.88 | 25.72 | - |
| YUV | 169.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 127 | 0 | 0.13 | 0.34 | 0.25 | 36.56 | 0.33 | 0.62 |
| Hex | BF | A6 | 7F | 0 | D | 22 | 19 | 25 | 21 | 3E |
| Octal | 277 | 246 | 177 | 0 | 15 | 42 | 31 | 45 | 41 | 76 |
| Binary | 10111111 | 10100110 | 1111111 | 0 | 1101 | 100010 | 11001 | 100101 | 100001 | 111110 |
Color Harmonies of #BFA67F
Complementary color
Monochromatic Colors of #BFA67F
Black with #BFA67F
Text Example
Text Example
White with #BFA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA67F; }
p { color: rgb(191,166,127); }
H1.HeaderClassName
{
color: #BFA67F;
}
.AnyTagClassName
{
color: #BFA67F;
}
</style>
background-color css
<style>
a { background-color: #BFA67F; }
a { background-color: rgb(191,166,127); }
div.DivClassName
{
background-color: #BFA67F;
}
.BgClassName
{
background-color: #BFA67F;
}
</style>
border-color css
<style>
span { border-color: #BFA67F; }
span { border-color: rgb(191,166,127); }
td.TdClassName
{
border-color: #BFA67F;
}
.TagClassName
{
border-color: #BFA67F;
}
</style>