Shades of Pavlova #BBA68D
Tints of Pavlova #BBA68D
RGB
CMYK
RGB Variations
Color information
#BBA68D (or 0xBBA68D) is known color: Pavlova. HEX triplet: BB, A6 and 8D. RGB value is (187,166,141). Sum of RGB (Red+Green+Blue) = 187+166+141=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68D is #445972. Grayscale: #A9A9A9. Windows color (decimal): -4479347 or 9283259. OLE color: 9283259.
HSL color Cylindrical-coordinate representation of color #BBA68D: hue angle of 32.61º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA68D is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 141 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.27 |
| HSL | 32.61º | 0.25% | 0.64% | - |
| HSV(B) | 32.61º | 0.25% | 0.73% | - |
| XYZ | 38.94 | 39.76 | 30.82 | - |
| YUV | 169.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 141 | 0 | 0.11 | 0.25 | 0.27 | 32.61 | 0.25 | 0.64 |
| Hex | BB | A6 | 8D | 0 | B | 19 | 1B | 21 | 19 | 40 |
| Octal | 273 | 246 | 215 | 0 | 13 | 31 | 33 | 41 | 31 | 100 |
| Binary | 10111011 | 10100110 | 10001101 | 0 | 1011 | 11001 | 11011 | 100001 | 11001 | 1000000 |
Color Harmonies of #BBA68D
Complementary color
Monochromatic Colors of #BBA68D
Black with #BBA68D
Text Example
Text Example
White with #BBA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA68D; }
p { color: rgb(187,166,141); }
H1.HeaderClassName
{
color: #BBA68D;
}
.AnyTagClassName
{
color: #BBA68D;
}
</style>
background-color css
<style>
a { background-color: #BBA68D; }
a { background-color: rgb(187,166,141); }
div.DivClassName
{
background-color: #BBA68D;
}
.BgClassName
{
background-color: #BBA68D;
}
</style>
border-color css
<style>
span { border-color: #BBA68D; }
span { border-color: rgb(187,166,141); }
td.TdClassName
{
border-color: #BBA68D;
}
.TagClassName
{
border-color: #BBA68D;
}
</style>