Shades of Pavlova #BBA77F
Tints of Pavlova #BBA77F
RGB
CMYK
RGB Variations
Color information
#BBA77F (or 0xBBA77F) is known color: Pavlova. HEX triplet: BB, A7 and 7F. RGB value is (187,167,127). Sum of RGB (Red+Green+Blue) = 187+167+127=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA77F is #445880. Grayscale: #A8A8A8. Windows color (decimal): -4479105 or 8366011. OLE color: 8366011.
HSL color Cylindrical-coordinate representation of color #BBA77F: hue angle of 40º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA77F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 127 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.27 |
| HSL | 40º | 0.31% | 0.62% | - |
| HSV(B) | 40º | 0.32% | 0.73% | - |
| XYZ | 38.14 | 39.73 | 25.74 | - |
| YUV | 168.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 127 | 0 | 0.11 | 0.32 | 0.27 | 40 | 0.31 | 0.62 |
| Hex | BB | A7 | 7F | 0 | B | 20 | 1B | 28 | 1F | 3E |
| Octal | 273 | 247 | 177 | 0 | 13 | 40 | 33 | 50 | 37 | 76 |
| Binary | 10111011 | 10100111 | 1111111 | 0 | 1011 | 100000 | 11011 | 101000 | 11111 | 111110 |
Color Harmonies of #BBA77F
Complementary color
Monochromatic Colors of #BBA77F
Black with #BBA77F
Text Example
Text Example
White with #BBA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA77F; }
p { color: rgb(187,167,127); }
H1.HeaderClassName
{
color: #BBA77F;
}
.AnyTagClassName
{
color: #BBA77F;
}
</style>
background-color css
<style>
a { background-color: #BBA77F; }
a { background-color: rgb(187,167,127); }
div.DivClassName
{
background-color: #BBA77F;
}
.BgClassName
{
background-color: #BBA77F;
}
</style>
border-color css
<style>
span { border-color: #BBA77F; }
span { border-color: rgb(187,167,127); }
td.TdClassName
{
border-color: #BBA77F;
}
.TagClassName
{
border-color: #BBA77F;
}
</style>