Shades of Pavlova #BBA78F
Tints of Pavlova #BBA78F
RGB
CMYK
RGB Variations
Color information
#BBA78F (or 0xBBA78F) is known color: Pavlova. HEX triplet: BB, A7 and 8F. RGB value is (187,167,143). Sum of RGB (Red+Green+Blue) = 187+167+143=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78F is #445870. Grayscale: #AAAAAA. Windows color (decimal): -4479089 or 9414587. OLE color: 9414587.
HSL color Cylindrical-coordinate representation of color #BBA78F: hue angle of 32.73º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA78F is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 143 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.27 |
| HSL | 32.73º | 0.24% | 0.65% | - |
| HSV(B) | 32.73º | 0.24% | 0.73% | - |
| XYZ | 39.27 | 40.19 | 31.67 | - |
| YUV | 170.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 143 | 0 | 0.11 | 0.24 | 0.27 | 32.73 | 0.24 | 0.65 |
| Hex | BB | A7 | 8F | 0 | B | 18 | 1B | 21 | 18 | 41 |
| Octal | 273 | 247 | 217 | 0 | 13 | 30 | 33 | 41 | 30 | 101 |
| Binary | 10111011 | 10100111 | 10001111 | 0 | 1011 | 11000 | 11011 | 100001 | 11000 | 1000001 |
Color Harmonies of #BBA78F
Complementary color
Monochromatic Colors of #BBA78F
Black with #BBA78F
Text Example
Text Example
White with #BBA78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA78F; }
p { color: rgb(187,167,143); }
H1.HeaderClassName
{
color: #BBA78F;
}
.AnyTagClassName
{
color: #BBA78F;
}
</style>
background-color css
<style>
a { background-color: #BBA78F; }
a { background-color: rgb(187,167,143); }
div.DivClassName
{
background-color: #BBA78F;
}
.BgClassName
{
background-color: #BBA78F;
}
</style>
border-color css
<style>
span { border-color: #BBA78F; }
span { border-color: rgb(187,167,143); }
td.TdClassName
{
border-color: #BBA78F;
}
.TagClassName
{
border-color: #BBA78F;
}
</style>