Shades of Pavlova #BBA78B
Tints of Pavlova #BBA78B
RGB
CMYK
RGB Variations
Color information
#BBA78B (or 0xBBA78B) is known color: Pavlova. HEX triplet: BB, A7 and 8B. RGB value is (187,167,139). Sum of RGB (Red+Green+Blue) = 187+167+139=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78B is #445874. Grayscale: #A9A9A9. Windows color (decimal): -4479093 or 9152443. OLE color: 9152443.
HSL color Cylindrical-coordinate representation of color #BBA78B: hue angle of 35º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA78B is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 139 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.27 |
| HSL | 35º | 0.26% | 0.64% | - |
| HSV(B) | 35º | 0.26% | 0.73% | - |
| XYZ | 38.97 | 40.07 | 30.11 | - |
| YUV | 169.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 139 | 0 | 0.11 | 0.26 | 0.27 | 35 | 0.26 | 0.64 |
| Hex | BB | A7 | 8B | 0 | B | 1A | 1B | 23 | 1A | 40 |
| Octal | 273 | 247 | 213 | 0 | 13 | 32 | 33 | 43 | 32 | 100 |
| Binary | 10111011 | 10100111 | 10001011 | 0 | 1011 | 11010 | 11011 | 100011 | 11010 | 1000000 |
Color Harmonies of #BBA78B
Complementary color
Monochromatic Colors of #BBA78B
Black with #BBA78B
Text Example
Text Example
White with #BBA78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA78B; }
p { color: rgb(187,167,139); }
H1.HeaderClassName
{
color: #BBA78B;
}
.AnyTagClassName
{
color: #BBA78B;
}
</style>
background-color css
<style>
a { background-color: #BBA78B; }
a { background-color: rgb(187,167,139); }
div.DivClassName
{
background-color: #BBA78B;
}
.BgClassName
{
background-color: #BBA78B;
}
</style>
border-color css
<style>
span { border-color: #BBA78B; }
span { border-color: rgb(187,167,139); }
td.TdClassName
{
border-color: #BBA78B;
}
.TagClassName
{
border-color: #BBA78B;
}
</style>