Shades of Pavlova #BFAC89
Tints of Pavlova #BFAC89
RGB
CMYK
RGB Variations
Color information
#BFAC89 (or 0xBFAC89) is known color: Pavlova. HEX triplet: BF, AC and 89. RGB value is (191,172,137). Sum of RGB (Red+Green+Blue) = 191+172+137=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC89 is #405376. Grayscale: #ADADAD. Windows color (decimal): -4215671 or 9022655. OLE color: 9022655.
HSL color Cylindrical-coordinate representation of color #BFAC89: hue angle of 38.89º 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 #BFAC89 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 137 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.25 |
| HSL | 38.89º | 0.3% | 0.64% | - |
| HSV(B) | 38.89º | 0.28% | 0.75% | - |
| XYZ | 40.75 | 42.39 | 29.7 | - |
| YUV | 173.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 137 | 0 | 0.10 | 0.28 | 0.25 | 38.89 | 0.3 | 0.64 |
| Hex | BF | AC | 89 | 0 | A | 1C | 19 | 27 | 1E | 40 |
| Octal | 277 | 254 | 211 | 0 | 12 | 34 | 31 | 47 | 36 | 100 |
| Binary | 10111111 | 10101100 | 10001001 | 0 | 1010 | 11100 | 11001 | 100111 | 11110 | 1000000 |
Color Harmonies of #BFAC89
Complementary color
Monochromatic Colors of #BFAC89
Black with #BFAC89
Text Example
Text Example
White with #BFAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC89; }
p { color: rgb(191,172,137); }
H1.HeaderClassName
{
color: #BFAC89;
}
.AnyTagClassName
{
color: #BFAC89;
}
</style>
background-color css
<style>
a { background-color: #BFAC89; }
a { background-color: rgb(191,172,137); }
div.DivClassName
{
background-color: #BFAC89;
}
.BgClassName
{
background-color: #BFAC89;
}
</style>
border-color css
<style>
span { border-color: #BFAC89; }
span { border-color: rgb(191,172,137); }
td.TdClassName
{
border-color: #BFAC89;
}
.TagClassName
{
border-color: #BFAC89;
}
</style>