Shades of Pavlova #BBA77A
Tints of Pavlova #BBA77A
RGB
CMYK
RGB Variations
Color information
#BBA77A (or 0xBBA77A) is known color: Pavlova. HEX triplet: BB, A7 and 7A. RGB value is (187,167,122). Sum of RGB (Red+Green+Blue) = 187+167+122=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA77A is #445885. Grayscale: #A8A8A8. Windows color (decimal): -4479110 or 8038331. OLE color: 8038331.
HSL color Cylindrical-coordinate representation of color #BBA77A: hue angle of 41.54º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBA77A is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 122 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.27 |
| HSL | 41.54º | 0.32% | 0.61% | - |
| HSV(B) | 41.54º | 0.35% | 0.73% | - |
| XYZ | 37.83 | 39.61 | 24.06 | - |
| YUV | 167.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 122 | 0 | 0.11 | 0.35 | 0.27 | 41.54 | 0.32 | 0.61 |
| Hex | BB | A7 | 7A | 0 | B | 23 | 1B | 2A | 20 | 3D |
| Octal | 273 | 247 | 172 | 0 | 13 | 43 | 33 | 52 | 40 | 75 |
| Binary | 10111011 | 10100111 | 1111010 | 0 | 1011 | 100011 | 11011 | 101010 | 100000 | 111101 |
Color Harmonies of #BBA77A
Complementary color
Monochromatic Colors of #BBA77A
Black with #BBA77A
Text Example
Text Example
White with #BBA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA77A; }
p { color: rgb(187,167,122); }
H1.HeaderClassName
{
color: #BBA77A;
}
.AnyTagClassName
{
color: #BBA77A;
}
</style>
background-color css
<style>
a { background-color: #BBA77A; }
a { background-color: rgb(187,167,122); }
div.DivClassName
{
background-color: #BBA77A;
}
.BgClassName
{
background-color: #BBA77A;
}
</style>
border-color css
<style>
span { border-color: #BBA77A; }
span { border-color: rgb(187,167,122); }
td.TdClassName
{
border-color: #BBA77A;
}
.TagClassName
{
border-color: #BBA77A;
}
</style>