Shades of Pavlova #BBA47F
Tints of Pavlova #BBA47F
RGB
CMYK
RGB Variations
Color information
#BBA47F (or 0xBBA47F) is known color: Pavlova. HEX triplet: BB, A4 and 7F. RGB value is (187,164,127). Sum of RGB (Red+Green+Blue) = 187+164+127=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA47F is #445B80. Grayscale: #A6A6A6. Windows color (decimal): -4479873 or 8365243. OLE color: 8365243.
HSL color Cylindrical-coordinate representation of color #BBA47F: hue angle of 37º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA47F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 127 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.27 |
| HSL | 37º | 0.31% | 0.62% | - |
| HSV(B) | 37º | 0.32% | 0.73% | - |
| XYZ | 37.6 | 38.65 | 25.56 | - |
| YUV | 166.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 127 | 0 | 0.12 | 0.32 | 0.27 | 37 | 0.31 | 0.62 |
| Hex | BB | A4 | 7F | 0 | C | 20 | 1B | 25 | 1F | 3E |
| Octal | 273 | 244 | 177 | 0 | 14 | 40 | 33 | 45 | 37 | 76 |
| Binary | 10111011 | 10100100 | 1111111 | 0 | 1100 | 100000 | 11011 | 100101 | 11111 | 111110 |
Color Harmonies of #BBA47F
Complementary color
Monochromatic Colors of #BBA47F
Black with #BBA47F
Text Example
Text Example
White with #BBA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA47F; }
p { color: rgb(187,164,127); }
H1.HeaderClassName
{
color: #BBA47F;
}
.AnyTagClassName
{
color: #BBA47F;
}
</style>
background-color css
<style>
a { background-color: #BBA47F; }
a { background-color: rgb(187,164,127); }
div.DivClassName
{
background-color: #BBA47F;
}
.BgClassName
{
background-color: #BBA47F;
}
</style>
border-color css
<style>
span { border-color: #BBA47F; }
span { border-color: rgb(187,164,127); }
td.TdClassName
{
border-color: #BBA47F;
}
.TagClassName
{
border-color: #BBA47F;
}
</style>