Shades of Pavlova #BFAA83
Tints of Pavlova #BFAA83
RGB
CMYK
RGB Variations
Color information
#BFAA83 (or 0xBFAA83) is known color: Pavlova. HEX triplet: BF, AA and 83. RGB value is (191,170,131). Sum of RGB (Red+Green+Blue) = 191+170+131=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA83 is #40557C. Grayscale: #ACACAC. Windows color (decimal): -4216189 or 8628927. OLE color: 8628927.
HSL color Cylindrical-coordinate representation of color #BFAA83: hue angle of 39º 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 #BFAA83 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 131 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.25 |
| HSL | 39º | 0.32% | 0.63% | - |
| HSV(B) | 39º | 0.31% | 0.75% | - |
| XYZ | 39.96 | 41.46 | 27.37 | - |
| YUV | 171.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 131 | 0 | 0.11 | 0.31 | 0.25 | 39 | 0.32 | 0.63 |
| Hex | BF | AA | 83 | 0 | B | 1F | 19 | 27 | 20 | 3F |
| Octal | 277 | 252 | 203 | 0 | 13 | 37 | 31 | 47 | 40 | 77 |
| Binary | 10111111 | 10101010 | 10000011 | 0 | 1011 | 11111 | 11001 | 100111 | 100000 | 111111 |
Color Harmonies of #BFAA83
Complementary color
Monochromatic Colors of #BFAA83
Black with #BFAA83
Text Example
Text Example
White with #BFAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA83; }
p { color: rgb(191,170,131); }
H1.HeaderClassName
{
color: #BFAA83;
}
.AnyTagClassName
{
color: #BFAA83;
}
</style>
background-color css
<style>
a { background-color: #BFAA83; }
a { background-color: rgb(191,170,131); }
div.DivClassName
{
background-color: #BFAA83;
}
.BgClassName
{
background-color: #BFAA83;
}
</style>
border-color css
<style>
span { border-color: #BFAA83; }
span { border-color: rgb(191,170,131); }
td.TdClassName
{
border-color: #BFAA83;
}
.TagClassName
{
border-color: #BFAA83;
}
</style>