Shades of Pavlova #BBA78D
Tints of Pavlova #BBA78D
RGB
CMYK
RGB Variations
Color information
#BBA78D (or 0xBBA78D) is known color: Pavlova. HEX triplet: BB, A7 and 8D. RGB value is (187,167,141). Sum of RGB (Red+Green+Blue) = 187+167+141=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78D is #445872. Grayscale: #AAAAAA. Windows color (decimal): -4479091 or 9283515. OLE color: 9283515.
HSL color Cylindrical-coordinate representation of color #BBA78D: hue angle of 33.91º 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 #BBA78D is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 141 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.27 |
| HSL | 33.91º | 0.25% | 0.64% | - |
| HSV(B) | 33.91º | 0.25% | 0.73% | - |
| XYZ | 39.12 | 40.13 | 30.88 | - |
| YUV | 170.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 141 | 0 | 0.11 | 0.25 | 0.27 | 33.91 | 0.25 | 0.64 |
| Hex | BB | A7 | 8D | 0 | B | 19 | 1B | 22 | 19 | 40 |
| Octal | 273 | 247 | 215 | 0 | 13 | 31 | 33 | 42 | 31 | 100 |
| Binary | 10111011 | 10100111 | 10001101 | 0 | 1011 | 11001 | 11011 | 100010 | 11001 | 1000000 |
Color Harmonies of #BBA78D
Complementary color
Monochromatic Colors of #BBA78D
Black with #BBA78D
Text Example
Text Example
White with #BBA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA78D; }
p { color: rgb(187,167,141); }
H1.HeaderClassName
{
color: #BBA78D;
}
.AnyTagClassName
{
color: #BBA78D;
}
</style>
background-color css
<style>
a { background-color: #BBA78D; }
a { background-color: rgb(187,167,141); }
div.DivClassName
{
background-color: #BBA78D;
}
.BgClassName
{
background-color: #BBA78D;
}
</style>
border-color css
<style>
span { border-color: #BBA78D; }
span { border-color: rgb(187,167,141); }
td.TdClassName
{
border-color: #BBA78D;
}
.TagClassName
{
border-color: #BBA78D;
}
</style>