Shades of Pavlova #BBA57A
Tints of Pavlova #BBA57A
RGB
CMYK
RGB Variations
Color information
#BBA57A (or 0xBBA57A) is known color: Pavlova. HEX triplet: BB, A5 and 7A. RGB value is (187,165,122). Sum of RGB (Red+Green+Blue) = 187+165+122=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA57A is #445A85. Grayscale: #A6A6A6. Windows color (decimal): -4479622 or 8037819. OLE color: 8037819.
HSL color Cylindrical-coordinate representation of color #BBA57A: hue angle of 39.69º 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 #BBA57A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 122 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.27 |
| HSL | 39.69º | 0.32% | 0.61% | - |
| HSV(B) | 39.69º | 0.35% | 0.73% | - |
| XYZ | 37.46 | 38.88 | 23.94 | - |
| YUV | 166.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 122 | 0 | 0.12 | 0.35 | 0.27 | 39.69 | 0.32 | 0.61 |
| Hex | BB | A5 | 7A | 0 | C | 23 | 1B | 28 | 20 | 3D |
| Octal | 273 | 245 | 172 | 0 | 14 | 43 | 33 | 50 | 40 | 75 |
| Binary | 10111011 | 10100101 | 1111010 | 0 | 1100 | 100011 | 11011 | 101000 | 100000 | 111101 |
Color Harmonies of #BBA57A
Complementary color
Monochromatic Colors of #BBA57A
Black with #BBA57A
Text Example
Text Example
White with #BBA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA57A; }
p { color: rgb(187,165,122); }
H1.HeaderClassName
{
color: #BBA57A;
}
.AnyTagClassName
{
color: #BBA57A;
}
</style>
background-color css
<style>
a { background-color: #BBA57A; }
a { background-color: rgb(187,165,122); }
div.DivClassName
{
background-color: #BBA57A;
}
.BgClassName
{
background-color: #BBA57A;
}
</style>
border-color css
<style>
span { border-color: #BBA57A; }
span { border-color: rgb(187,165,122); }
td.TdClassName
{
border-color: #BBA57A;
}
.TagClassName
{
border-color: #BBA57A;
}
</style>