Shades of Pavlova #BFAB87
Tints of Pavlova #BFAB87
RGB
CMYK
RGB Variations
Color information
#BFAB87 (or 0xBFAB87) is known color: Pavlova. HEX triplet: BF, AB and 87. RGB value is (191,171,135). Sum of RGB (Red+Green+Blue) = 191+171+135=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB87 is #405478. Grayscale: #ADADAD. Windows color (decimal): -4215929 or 8891327. OLE color: 8891327.
HSL color Cylindrical-coordinate representation of color #BFAB87: hue angle of 38.57º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFAB87 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 135 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.25 |
| HSL | 38.57º | 0.3% | 0.64% | - |
| HSV(B) | 38.57º | 0.29% | 0.75% | - |
| XYZ | 40.42 | 41.95 | 28.89 | - |
| YUV | 172.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 135 | 0 | 0.10 | 0.29 | 0.25 | 38.57 | 0.3 | 0.64 |
| Hex | BF | AB | 87 | 0 | A | 1D | 19 | 27 | 1E | 40 |
| Octal | 277 | 253 | 207 | 0 | 12 | 35 | 31 | 47 | 36 | 100 |
| Binary | 10111111 | 10101011 | 10000111 | 0 | 1010 | 11101 | 11001 | 100111 | 11110 | 1000000 |
Color Harmonies of #BFAB87
Complementary color
Monochromatic Colors of #BFAB87
Black with #BFAB87
Text Example
Text Example
White with #BFAB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB87; }
p { color: rgb(191,171,135); }
H1.HeaderClassName
{
color: #BFAB87;
}
.AnyTagClassName
{
color: #BFAB87;
}
</style>
background-color css
<style>
a { background-color: #BFAB87; }
a { background-color: rgb(191,171,135); }
div.DivClassName
{
background-color: #BFAB87;
}
.BgClassName
{
background-color: #BFAB87;
}
</style>
border-color css
<style>
span { border-color: #BFAB87; }
span { border-color: rgb(191,171,135); }
td.TdClassName
{
border-color: #BFAB87;
}
.TagClassName
{
border-color: #BFAB87;
}
</style>