Shades of Pavlova #BBA97B
Tints of Pavlova #BBA97B
RGB
CMYK
RGB Variations
Color information
#BBA97B (or 0xBBA97B) is known color: Pavlova. HEX triplet: BB, A9 and 7B. RGB value is (187,169,123). Sum of RGB (Red+Green+Blue) = 187+169+123=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA97B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA97B is #445684. Grayscale: #A9A9A9. Windows color (decimal): -4478597 or 8104379. OLE color: 8104379.
HSL color Cylindrical-coordinate representation of color #BBA97B: hue angle of 43.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA97B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 123 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.27 |
| HSL | 43.13º | 0.32% | 0.61% | - |
| HSV(B) | 43.13º | 0.34% | 0.73% | - |
| XYZ | 38.26 | 40.37 | 24.51 | - |
| YUV | 169.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 123 | 0 | 0.10 | 0.34 | 0.27 | 43.13 | 0.32 | 0.61 |
| Hex | BB | A9 | 7B | 0 | A | 22 | 1B | 2B | 20 | 3D |
| Octal | 273 | 251 | 173 | 0 | 12 | 42 | 33 | 53 | 40 | 75 |
| Binary | 10111011 | 10101001 | 1111011 | 0 | 1010 | 100010 | 11011 | 101011 | 100000 | 111101 |
Color Harmonies of #BBA97B
Complementary color
Monochromatic Colors of #BBA97B
Black with #BBA97B
Text Example
Text Example
White with #BBA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA97B; }
p { color: rgb(187,169,123); }
H1.HeaderClassName
{
color: #BBA97B;
}
.AnyTagClassName
{
color: #BBA97B;
}
</style>
background-color css
<style>
a { background-color: #BBA97B; }
a { background-color: rgb(187,169,123); }
div.DivClassName
{
background-color: #BBA97B;
}
.BgClassName
{
background-color: #BBA97B;
}
</style>
border-color css
<style>
span { border-color: #BBA97B; }
span { border-color: rgb(187,169,123); }
td.TdClassName
{
border-color: #BBA97B;
}
.TagClassName
{
border-color: #BBA97B;
}
</style>