Shades of Pavlova #BBA98B
Tints of Pavlova #BBA98B
RGB
CMYK
RGB Variations
Color information
#BBA98B (or 0xBBA98B) is known color: Pavlova. HEX triplet: BB, A9 and 8B. RGB value is (187,169,139). Sum of RGB (Red+Green+Blue) = 187+169+139=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA98B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA98B is #445674. Grayscale: #ABABAB. Windows color (decimal): -4478581 or 9152955. OLE color: 9152955.
HSL color Cylindrical-coordinate representation of color #BBA98B: hue angle of 37.5º 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 #BBA98B is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 139 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.27 |
| HSL | 37.5º | 0.26% | 0.64% | - |
| HSV(B) | 37.5º | 0.26% | 0.73% | - |
| XYZ | 39.34 | 40.8 | 30.23 | - |
| YUV | 170.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 139 | 0 | 0.10 | 0.26 | 0.27 | 37.5 | 0.26 | 0.64 |
| Hex | BB | A9 | 8B | 0 | A | 1A | 1B | 26 | 1A | 40 |
| Octal | 273 | 251 | 213 | 0 | 12 | 32 | 33 | 46 | 32 | 100 |
| Binary | 10111011 | 10101001 | 10001011 | 0 | 1010 | 11010 | 11011 | 100110 | 11010 | 1000000 |
Color Harmonies of #BBA98B
Complementary color
Monochromatic Colors of #BBA98B
Black with #BBA98B
Text Example
Text Example
White with #BBA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA98B; }
p { color: rgb(187,169,139); }
H1.HeaderClassName
{
color: #BBA98B;
}
.AnyTagClassName
{
color: #BBA98B;
}
</style>
background-color css
<style>
a { background-color: #BBA98B; }
a { background-color: rgb(187,169,139); }
div.DivClassName
{
background-color: #BBA98B;
}
.BgClassName
{
background-color: #BBA98B;
}
</style>
border-color css
<style>
span { border-color: #BBA98B; }
span { border-color: rgb(187,169,139); }
td.TdClassName
{
border-color: #BBA98B;
}
.TagClassName
{
border-color: #BBA98B;
}
</style>