Shades of Pavlova #BFA87B
Tints of Pavlova #BFA87B
RGB
CMYK
RGB Variations
Color information
#BFA87B (or 0xBFA87B) is known color: Pavlova. HEX triplet: BF, A8 and 7B. RGB value is (191,168,123). Sum of RGB (Red+Green+Blue) = 191+168+123=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA87B is #405784. Grayscale: #A9A9A9. Windows color (decimal): -4216709 or 8104127. OLE color: 8104127.
HSL color Cylindrical-coordinate representation of color #BFA87B: hue angle of 39.71º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFA87B is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 123 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.25 |
| HSL | 39.71º | 0.35% | 0.62% | - |
| HSV(B) | 39.71º | 0.36% | 0.75% | - |
| XYZ | 39.06 | 40.51 | 24.5 | - |
| YUV | 169.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 123 | 0 | 0.12 | 0.36 | 0.25 | 39.71 | 0.35 | 0.62 |
| Hex | BF | A8 | 7B | 0 | C | 24 | 19 | 28 | 23 | 3E |
| Octal | 277 | 250 | 173 | 0 | 14 | 44 | 31 | 50 | 43 | 76 |
| Binary | 10111111 | 10101000 | 1111011 | 0 | 1100 | 100100 | 11001 | 101000 | 100011 | 111110 |
Color Harmonies of #BFA87B
Complementary color
Monochromatic Colors of #BFA87B
Black with #BFA87B
Text Example
Text Example
White with #BFA87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA87B; }
p { color: rgb(191,168,123); }
H1.HeaderClassName
{
color: #BFA87B;
}
.AnyTagClassName
{
color: #BFA87B;
}
</style>
background-color css
<style>
a { background-color: #BFA87B; }
a { background-color: rgb(191,168,123); }
div.DivClassName
{
background-color: #BFA87B;
}
.BgClassName
{
background-color: #BFA87B;
}
</style>
border-color css
<style>
span { border-color: #BFA87B; }
span { border-color: rgb(191,168,123); }
td.TdClassName
{
border-color: #BFA87B;
}
.TagClassName
{
border-color: #BFA87B;
}
</style>