Shades of Pavlova #BFAE89
Tints of Pavlova #BFAE89
RGB
CMYK
RGB Variations
Color information
#BFAE89 (or 0xBFAE89) is known color: Pavlova. HEX triplet: BF, AE and 89. RGB value is (191,174,137). Sum of RGB (Red+Green+Blue) = 191+174+137=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE89 is #405176. Grayscale: #AFAFAF. Windows color (decimal): -4215159 or 9023167. OLE color: 9023167.
HSL color Cylindrical-coordinate representation of color #BFAE89: hue angle of 41.11º 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 #BFAE89 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 137 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.25 |
| HSL | 41.11º | 0.3% | 0.64% | - |
| HSV(B) | 41.11º | 0.28% | 0.75% | - |
| XYZ | 41.14 | 43.15 | 29.83 | - |
| YUV | 174.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 137 | 0 | 0.09 | 0.28 | 0.25 | 41.11 | 0.3 | 0.64 |
| Hex | BF | AE | 89 | 0 | 9 | 1C | 19 | 29 | 1E | 40 |
| Octal | 277 | 256 | 211 | 0 | 11 | 34 | 31 | 51 | 36 | 100 |
| Binary | 10111111 | 10101110 | 10001001 | 0 | 1001 | 11100 | 11001 | 101001 | 11110 | 1000000 |
Color Harmonies of #BFAE89
Complementary color
Monochromatic Colors of #BFAE89
Black with #BFAE89
Text Example
Text Example
White with #BFAE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAE89; }
p { color: rgb(191,174,137); }
H1.HeaderClassName
{
color: #BFAE89;
}
.AnyTagClassName
{
color: #BFAE89;
}
</style>
background-color css
<style>
a { background-color: #BFAE89; }
a { background-color: rgb(191,174,137); }
div.DivClassName
{
background-color: #BFAE89;
}
.BgClassName
{
background-color: #BFAE89;
}
</style>
border-color css
<style>
span { border-color: #BFAE89; }
span { border-color: rgb(191,174,137); }
td.TdClassName
{
border-color: #BFAE89;
}
.TagClassName
{
border-color: #BFAE89;
}
</style>