Shades of Pavlova #BFA679
Tints of Pavlova #BFA679
RGB
CMYK
RGB Variations
Color information
#BFA679 (or 0xBFA679) is known color: Pavlova. HEX triplet: BF, A6 and 79. RGB value is (191,166,121). Sum of RGB (Red+Green+Blue) = 191+166+121=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA679 is #405986. Grayscale: #A8A8A8. Windows color (decimal): -4217223 or 7972543. OLE color: 7972543.
HSL color Cylindrical-coordinate representation of color #BFA679: hue angle of 38.57º 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 #BFA679 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 121 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.25 |
| HSL | 38.57º | 0.35% | 0.61% | - |
| HSV(B) | 38.57º | 0.37% | 0.75% | - |
| XYZ | 38.57 | 39.73 | 23.72 | - |
| YUV | 168.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 121 | 0 | 0.13 | 0.37 | 0.25 | 38.57 | 0.35 | 0.61 |
| Hex | BF | A6 | 79 | 0 | D | 25 | 19 | 27 | 23 | 3D |
| Octal | 277 | 246 | 171 | 0 | 15 | 45 | 31 | 47 | 43 | 75 |
| Binary | 10111111 | 10100110 | 1111001 | 0 | 1101 | 100101 | 11001 | 100111 | 100011 | 111101 |
Color Harmonies of #BFA679
Complementary color
Monochromatic Colors of #BFA679
Black with #BFA679
Text Example
Text Example
White with #BFA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA679; }
p { color: rgb(191,166,121); }
H1.HeaderClassName
{
color: #BFA679;
}
.AnyTagClassName
{
color: #BFA679;
}
</style>
background-color css
<style>
a { background-color: #BFA679; }
a { background-color: rgb(191,166,121); }
div.DivClassName
{
background-color: #BFA679;
}
.BgClassName
{
background-color: #BFA679;
}
</style>
border-color css
<style>
span { border-color: #BFA679; }
span { border-color: rgb(191,166,121); }
td.TdClassName
{
border-color: #BFA679;
}
.TagClassName
{
border-color: #BFA679;
}
</style>