Shades of Pavlova #BBA37F
Tints of Pavlova #BBA37F
RGB
CMYK
RGB Variations
Color information
#BBA37F (or 0xBBA37F) is known color: Pavlova. HEX triplet: BB, A3 and 7F. RGB value is (187,163,127). Sum of RGB (Red+Green+Blue) = 187+163+127=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA37F is #445C80. Grayscale: #A6A6A6. Windows color (decimal): -4480129 or 8364987. OLE color: 8364987.
HSL color Cylindrical-coordinate representation of color #BBA37F: hue angle of 36º 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 #BBA37F is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 127 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.27 |
| HSL | 36º | 0.31% | 0.62% | - |
| HSV(B) | 36º | 0.32% | 0.73% | - |
| XYZ | 37.42 | 38.29 | 25.5 | - |
| YUV | 166.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 127 | 0 | 0.13 | 0.32 | 0.27 | 36 | 0.31 | 0.62 |
| Hex | BB | A3 | 7F | 0 | D | 20 | 1B | 24 | 1F | 3E |
| Octal | 273 | 243 | 177 | 0 | 15 | 40 | 33 | 44 | 37 | 76 |
| Binary | 10111011 | 10100011 | 1111111 | 0 | 1101 | 100000 | 11011 | 100100 | 11111 | 111110 |
Color Harmonies of #BBA37F
Complementary color
Monochromatic Colors of #BBA37F
Black with #BBA37F
Text Example
Text Example
White with #BBA37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA37F; }
p { color: rgb(187,163,127); }
H1.HeaderClassName
{
color: #BBA37F;
}
.AnyTagClassName
{
color: #BBA37F;
}
</style>
background-color css
<style>
a { background-color: #BBA37F; }
a { background-color: rgb(187,163,127); }
div.DivClassName
{
background-color: #BBA37F;
}
.BgClassName
{
background-color: #BBA37F;
}
</style>
border-color css
<style>
span { border-color: #BBA37F; }
span { border-color: rgb(187,163,127); }
td.TdClassName
{
border-color: #BBA37F;
}
.TagClassName
{
border-color: #BBA37F;
}
</style>