Shades of Pavlova #BBA87F
Tints of Pavlova #BBA87F
RGB
CMYK
RGB Variations
Color information
#BBA87F (or 0xBBA87F) is known color: Pavlova. HEX triplet: BB, A8 and 7F. RGB value is (187,168,127). Sum of RGB (Red+Green+Blue) = 187+168+127=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA87F is #445780. Grayscale: #A9A9A9. Windows color (decimal): -4478849 or 8366267. OLE color: 8366267.
HSL color Cylindrical-coordinate representation of color #BBA87F: hue angle of 41º 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 #BBA87F is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 127 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.27 |
| HSL | 41º | 0.31% | 0.62% | - |
| HSV(B) | 41º | 0.32% | 0.73% | - |
| XYZ | 38.33 | 40.1 | 25.8 | - |
| YUV | 169.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 127 | 0 | 0.10 | 0.32 | 0.27 | 41 | 0.31 | 0.62 |
| Hex | BB | A8 | 7F | 0 | A | 20 | 1B | 29 | 1F | 3E |
| Octal | 273 | 250 | 177 | 0 | 12 | 40 | 33 | 51 | 37 | 76 |
| Binary | 10111011 | 10101000 | 1111111 | 0 | 1010 | 100000 | 11011 | 101001 | 11111 | 111110 |
Color Harmonies of #BBA87F
Complementary color
Monochromatic Colors of #BBA87F
Black with #BBA87F
Text Example
Text Example
White with #BBA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA87F; }
p { color: rgb(187,168,127); }
H1.HeaderClassName
{
color: #BBA87F;
}
.AnyTagClassName
{
color: #BBA87F;
}
</style>
background-color css
<style>
a { background-color: #BBA87F; }
a { background-color: rgb(187,168,127); }
div.DivClassName
{
background-color: #BBA87F;
}
.BgClassName
{
background-color: #BBA87F;
}
</style>
border-color css
<style>
span { border-color: #BBA87F; }
span { border-color: rgb(187,168,127); }
td.TdClassName
{
border-color: #BBA87F;
}
.TagClassName
{
border-color: #BBA87F;
}
</style>