Shades of Pavlova #BFAA84
Tints of Pavlova #BFAA84
RGB
CMYK
RGB Variations
Color information
#BFAA84 (or 0xBFAA84) is known color: Pavlova. HEX triplet: BF, AA and 84. RGB value is (191,170,132). Sum of RGB (Red+Green+Blue) = 191+170+132=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA84 is #40557B. Grayscale: #ACACAC. Windows color (decimal): -4216188 or 8694463. OLE color: 8694463.
HSL color Cylindrical-coordinate representation of color #BFAA84: hue angle of 38.64º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFAA84 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 132 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.25 |
| HSL | 38.64º | 0.32% | 0.63% | - |
| HSV(B) | 38.64º | 0.31% | 0.75% | - |
| XYZ | 40.03 | 41.49 | 27.73 | - |
| YUV | 171.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 132 | 0 | 0.11 | 0.31 | 0.25 | 38.64 | 0.32 | 0.63 |
| Hex | BF | AA | 84 | 0 | B | 1F | 19 | 27 | 20 | 3F |
| Octal | 277 | 252 | 204 | 0 | 13 | 37 | 31 | 47 | 40 | 77 |
| Binary | 10111111 | 10101010 | 10000100 | 0 | 1011 | 11111 | 11001 | 100111 | 100000 | 111111 |
Color Harmonies of #BFAA84
Complementary color
Monochromatic Colors of #BFAA84
Black with #BFAA84
Text Example
Text Example
White with #BFAA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA84; }
p { color: rgb(191,170,132); }
H1.HeaderClassName
{
color: #BFAA84;
}
.AnyTagClassName
{
color: #BFAA84;
}
</style>
background-color css
<style>
a { background-color: #BFAA84; }
a { background-color: rgb(191,170,132); }
div.DivClassName
{
background-color: #BFAA84;
}
.BgClassName
{
background-color: #BFAA84;
}
</style>
border-color css
<style>
span { border-color: #BFAA84; }
span { border-color: rgb(191,170,132); }
td.TdClassName
{
border-color: #BFAA84;
}
.TagClassName
{
border-color: #BFAA84;
}
</style>