Shades of Pavlova #BFA880
Tints of Pavlova #BFA880
RGB
CMYK
RGB Variations
Color information
#BFA880 (or 0xBFA880) is known color: Pavlova. HEX triplet: BF, A8 and 80. RGB value is (191,168,128). Sum of RGB (Red+Green+Blue) = 191+168+128=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA880 is #40577F. Grayscale: #AAAAAA. Windows color (decimal): -4216704 or 8431807. OLE color: 8431807.
HSL color Cylindrical-coordinate representation of color #BFA880: hue angle of 38.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFA880 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 128 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.25 |
| HSL | 38.1º | 0.33% | 0.63% | - |
| HSV(B) | 38.1º | 0.33% | 0.75% | - |
| XYZ | 39.38 | 40.64 | 26.19 | - |
| YUV | 170.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 128 | 0 | 0.12 | 0.33 | 0.25 | 38.1 | 0.33 | 0.63 |
| Hex | BF | A8 | 80 | 0 | C | 21 | 19 | 26 | 21 | 3F |
| Octal | 277 | 250 | 200 | 0 | 14 | 41 | 31 | 46 | 41 | 77 |
| Binary | 10111111 | 10101000 | 10000000 | 0 | 1100 | 100001 | 11001 | 100110 | 100001 | 111111 |
Color Harmonies of #BFA880
Complementary color
Monochromatic Colors of #BFA880
Black with #BFA880
Text Example
Text Example
White with #BFA880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA880; }
p { color: rgb(191,168,128); }
H1.HeaderClassName
{
color: #BFA880;
}
.AnyTagClassName
{
color: #BFA880;
}
</style>
background-color css
<style>
a { background-color: #BFA880; }
a { background-color: rgb(191,168,128); }
div.DivClassName
{
background-color: #BFA880;
}
.BgClassName
{
background-color: #BFA880;
}
</style>
border-color css
<style>
span { border-color: #BFA880; }
span { border-color: rgb(191,168,128); }
td.TdClassName
{
border-color: #BFA880;
}
.TagClassName
{
border-color: #BFA880;
}
</style>