Shades of Pavlova #BFAB8F
Tints of Pavlova #BFAB8F
RGB
CMYK
RGB Variations
Color information
#BFAB8F (or 0xBFAB8F) is known color: Pavlova. HEX triplet: BF, AB and 8F. RGB value is (191,171,143). Sum of RGB (Red+Green+Blue) = 191+171+143=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB8F is #405470. Grayscale: #ADADAD. Windows color (decimal): -4215921 or 9415615. OLE color: 9415615.
HSL color Cylindrical-coordinate representation of color #BFAB8F: hue angle of 35º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFAB8F is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 143 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.25 |
| HSL | 35º | 0.27% | 0.65% | - |
| HSV(B) | 35º | 0.25% | 0.75% | - |
| XYZ | 41.01 | 42.19 | 31.97 | - |
| YUV | 173.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 143 | 0 | 0.10 | 0.25 | 0.25 | 35 | 0.27 | 0.65 |
| Hex | BF | AB | 8F | 0 | A | 19 | 19 | 23 | 1B | 41 |
| Octal | 277 | 253 | 217 | 0 | 12 | 31 | 31 | 43 | 33 | 101 |
| Binary | 10111111 | 10101011 | 10001111 | 0 | 1010 | 11001 | 11001 | 100011 | 11011 | 1000001 |
Color Harmonies of #BFAB8F
Complementary color
Monochromatic Colors of #BFAB8F
Black with #BFAB8F
Text Example
Text Example
White with #BFAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB8F; }
p { color: rgb(191,171,143); }
H1.HeaderClassName
{
color: #BFAB8F;
}
.AnyTagClassName
{
color: #BFAB8F;
}
</style>
background-color css
<style>
a { background-color: #BFAB8F; }
a { background-color: rgb(191,171,143); }
div.DivClassName
{
background-color: #BFAB8F;
}
.BgClassName
{
background-color: #BFAB8F;
}
</style>
border-color css
<style>
span { border-color: #BFAB8F; }
span { border-color: rgb(191,171,143); }
td.TdClassName
{
border-color: #BFAB8F;
}
.TagClassName
{
border-color: #BFAB8F;
}
</style>