Shades of Pavlova #BFAD85
Tints of Pavlova #BFAD85
RGB
CMYK
RGB Variations
Color information
#BFAD85 (or 0xBFAD85) is known color: Pavlova. HEX triplet: BF, AD and 85. RGB value is (191,173,133). Sum of RGB (Red+Green+Blue) = 191+173+133=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAD85 is #40527A. Grayscale: #AEAEAE. Windows color (decimal): -4215419 or 8760767. OLE color: 8760767.
HSL color Cylindrical-coordinate representation of color #BFAD85: hue angle of 41.38º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFAD85 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 133 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.25 |
| HSL | 41.38º | 0.31% | 0.64% | - |
| HSV(B) | 41.38º | 0.3% | 0.75% | - |
| XYZ | 40.66 | 42.66 | 28.28 | - |
| YUV | 173.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 133 | 0 | 0.09 | 0.30 | 0.25 | 41.38 | 0.31 | 0.64 |
| Hex | BF | AD | 85 | 0 | 9 | 1E | 19 | 29 | 1F | 40 |
| Octal | 277 | 255 | 205 | 0 | 11 | 36 | 31 | 51 | 37 | 100 |
| Binary | 10111111 | 10101101 | 10000101 | 0 | 1001 | 11110 | 11001 | 101001 | 11111 | 1000000 |
Color Harmonies of #BFAD85
Complementary color
Monochromatic Colors of #BFAD85
Black with #BFAD85
Text Example
Text Example
White with #BFAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD85; }
p { color: rgb(191,173,133); }
H1.HeaderClassName
{
color: #BFAD85;
}
.AnyTagClassName
{
color: #BFAD85;
}
</style>
background-color css
<style>
a { background-color: #BFAD85; }
a { background-color: rgb(191,173,133); }
div.DivClassName
{
background-color: #BFAD85;
}
.BgClassName
{
background-color: #BFAD85;
}
</style>
border-color css
<style>
span { border-color: #BFAD85; }
span { border-color: rgb(191,173,133); }
td.TdClassName
{
border-color: #BFAD85;
}
.TagClassName
{
border-color: #BFAD85;
}
</style>