Shades of Pavlova #BBA581
Tints of Pavlova #BBA581
RGB
CMYK
RGB Variations
Color information
#BBA581 (or 0xBBA581) is known color: Pavlova. HEX triplet: BB, A5 and 81. RGB value is (187,165,129). Sum of RGB (Red+Green+Blue) = 187+165+129=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA581 is #445A7E. Grayscale: #A7A7A7. Windows color (decimal): -4479615 or 8496571. OLE color: 8496571.
HSL color Cylindrical-coordinate representation of color #BBA581: hue angle of 37.24º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA581 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 129 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.27 |
| HSL | 37.24º | 0.3% | 0.62% | - |
| HSV(B) | 37.24º | 0.31% | 0.73% | - |
| XYZ | 37.91 | 39.06 | 26.31 | - |
| YUV | 167.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 129 | 0 | 0.12 | 0.31 | 0.27 | 37.24 | 0.3 | 0.62 |
| Hex | BB | A5 | 81 | 0 | C | 1F | 1B | 25 | 1E | 3E |
| Octal | 273 | 245 | 201 | 0 | 14 | 37 | 33 | 45 | 36 | 76 |
| Binary | 10111011 | 10100101 | 10000001 | 0 | 1100 | 11111 | 11011 | 100101 | 11110 | 111110 |
Color Harmonies of #BBA581
Complementary color
Monochromatic Colors of #BBA581
Black with #BBA581
Text Example
Text Example
White with #BBA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA581; }
p { color: rgb(187,165,129); }
H1.HeaderClassName
{
color: #BBA581;
}
.AnyTagClassName
{
color: #BBA581;
}
</style>
background-color css
<style>
a { background-color: #BBA581; }
a { background-color: rgb(187,165,129); }
div.DivClassName
{
background-color: #BBA581;
}
.BgClassName
{
background-color: #BBA581;
}
</style>
border-color css
<style>
span { border-color: #BBA581; }
span { border-color: rgb(187,165,129); }
td.TdClassName
{
border-color: #BBA581;
}
.TagClassName
{
border-color: #BBA581;
}
</style>