Shades of Pavlova #BFAB83
Tints of Pavlova #BFAB83
RGB
CMYK
RGB Variations
Color information
#BFAB83 (or 0xBFAB83) is known color: Pavlova. HEX triplet: BF, AB and 83. RGB value is (191,171,131). Sum of RGB (Red+Green+Blue) = 191+171+131=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB83 is #40547C. Grayscale: #ACACAC. Windows color (decimal): -4215933 or 8629183. OLE color: 8629183.
HSL color Cylindrical-coordinate representation of color #BFAB83: hue angle of 40º 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 #BFAB83 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 131 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.25 |
| HSL | 40º | 0.32% | 0.63% | - |
| HSV(B) | 40º | 0.31% | 0.75% | - |
| XYZ | 40.15 | 41.84 | 27.43 | - |
| YUV | 172.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 131 | 0 | 0.10 | 0.31 | 0.25 | 40 | 0.32 | 0.63 |
| Hex | BF | AB | 83 | 0 | A | 1F | 19 | 28 | 20 | 3F |
| Octal | 277 | 253 | 203 | 0 | 12 | 37 | 31 | 50 | 40 | 77 |
| Binary | 10111111 | 10101011 | 10000011 | 0 | 1010 | 11111 | 11001 | 101000 | 100000 | 111111 |
Color Harmonies of #BFAB83
Complementary color
Monochromatic Colors of #BFAB83
Black with #BFAB83
Text Example
Text Example
White with #BFAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB83; }
p { color: rgb(191,171,131); }
H1.HeaderClassName
{
color: #BFAB83;
}
.AnyTagClassName
{
color: #BFAB83;
}
</style>
background-color css
<style>
a { background-color: #BFAB83; }
a { background-color: rgb(191,171,131); }
div.DivClassName
{
background-color: #BFAB83;
}
.BgClassName
{
background-color: #BFAB83;
}
</style>
border-color css
<style>
span { border-color: #BFAB83; }
span { border-color: rgb(191,171,131); }
td.TdClassName
{
border-color: #BFAB83;
}
.TagClassName
{
border-color: #BFAB83;
}
</style>