Shades of Pavlova #BFAC84
Tints of Pavlova #BFAC84
RGB
CMYK
RGB Variations
Color information
#BFAC84 (or 0xBFAC84) is known color: Pavlova. HEX triplet: BF, AC and 84. RGB value is (191,172,132). Sum of RGB (Red+Green+Blue) = 191+172+132=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC84 is #40537B. Grayscale: #ADADAD. Windows color (decimal): -4215676 or 8694975. OLE color: 8694975.
HSL color Cylindrical-coordinate representation of color #BFAC84: hue angle of 40.68º 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 #BFAC84 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 132 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.25 |
| HSL | 40.68º | 0.32% | 0.63% | - |
| HSV(B) | 40.68º | 0.31% | 0.75% | - |
| XYZ | 40.4 | 42.25 | 27.85 | - |
| YUV | 173.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 132 | 0 | 0.10 | 0.31 | 0.25 | 40.68 | 0.32 | 0.63 |
| Hex | BF | AC | 84 | 0 | A | 1F | 19 | 29 | 20 | 3F |
| Octal | 277 | 254 | 204 | 0 | 12 | 37 | 31 | 51 | 40 | 77 |
| Binary | 10111111 | 10101100 | 10000100 | 0 | 1010 | 11111 | 11001 | 101001 | 100000 | 111111 |
Color Harmonies of #BFAC84
Complementary color
Monochromatic Colors of #BFAC84
Black with #BFAC84
Text Example
Text Example
White with #BFAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC84; }
p { color: rgb(191,172,132); }
H1.HeaderClassName
{
color: #BFAC84;
}
.AnyTagClassName
{
color: #BFAC84;
}
</style>
background-color css
<style>
a { background-color: #BFAC84; }
a { background-color: rgb(191,172,132); }
div.DivClassName
{
background-color: #BFAC84;
}
.BgClassName
{
background-color: #BFAC84;
}
</style>
border-color css
<style>
span { border-color: #BFAC84; }
span { border-color: rgb(191,172,132); }
td.TdClassName
{
border-color: #BFAC84;
}
.TagClassName
{
border-color: #BFAC84;
}
</style>