Shades of Pavlova #BFAB89
Tints of Pavlova #BFAB89
RGB
CMYK
RGB Variations
Color information
#BFAB89 (or 0xBFAB89) is known color: Pavlova. HEX triplet: BF, AB and 89. RGB value is (191,171,137). Sum of RGB (Red+Green+Blue) = 191+171+137=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB89 is #405476. Grayscale: #ADADAD. Windows color (decimal): -4215927 or 9022399. OLE color: 9022399.
HSL color Cylindrical-coordinate representation of color #BFAB89: hue angle of 37.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFAB89 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 137 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.25 |
| HSL | 37.78º | 0.3% | 0.64% | - |
| HSV(B) | 37.78º | 0.28% | 0.75% | - |
| XYZ | 40.56 | 42.01 | 29.64 | - |
| YUV | 173.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 137 | 0 | 0.10 | 0.28 | 0.25 | 37.78 | 0.3 | 0.64 |
| Hex | BF | AB | 89 | 0 | A | 1C | 19 | 26 | 1E | 40 |
| Octal | 277 | 253 | 211 | 0 | 12 | 34 | 31 | 46 | 36 | 100 |
| Binary | 10111111 | 10101011 | 10001001 | 0 | 1010 | 11100 | 11001 | 100110 | 11110 | 1000000 |
Color Harmonies of #BFAB89
Complementary color
Monochromatic Colors of #BFAB89
Black with #BFAB89
Text Example
Text Example
White with #BFAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB89; }
p { color: rgb(191,171,137); }
H1.HeaderClassName
{
color: #BFAB89;
}
.AnyTagClassName
{
color: #BFAB89;
}
</style>
background-color css
<style>
a { background-color: #BFAB89; }
a { background-color: rgb(191,171,137); }
div.DivClassName
{
background-color: #BFAB89;
}
.BgClassName
{
background-color: #BFAB89;
}
</style>
border-color css
<style>
span { border-color: #BFAB89; }
span { border-color: rgb(191,171,137); }
td.TdClassName
{
border-color: #BFAB89;
}
.TagClassName
{
border-color: #BFAB89;
}
</style>