Shades of Pavlova #BBA478
Tints of Pavlova #BBA478
RGB
CMYK
RGB Variations
Color information
#BBA478 (or 0xBBA478) is known color: Pavlova. HEX triplet: BB, A4 and 78. RGB value is (187,164,120). Sum of RGB (Red+Green+Blue) = 187+164+120=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA478 is #445B87. Grayscale: #A6A6A6. Windows color (decimal): -4479880 or 7906491. OLE color: 7906491.
HSL color Cylindrical-coordinate representation of color #BBA478: hue angle of 39.4º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA478 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 120 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.27 |
| HSL | 39.4º | 0.33% | 0.6% | - |
| HSV(B) | 39.4º | 0.36% | 0.73% | - |
| XYZ | 37.16 | 38.47 | 23.24 | - |
| YUV | 165.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 120 | 0 | 0.12 | 0.36 | 0.27 | 39.4 | 0.33 | 0.6 |
| Hex | BB | A4 | 78 | 0 | C | 24 | 1B | 27 | 21 | 3C |
| Octal | 273 | 244 | 170 | 0 | 14 | 44 | 33 | 47 | 41 | 74 |
| Binary | 10111011 | 10100100 | 1111000 | 0 | 1100 | 100100 | 11011 | 100111 | 100001 | 111100 |
Color Harmonies of #BBA478
Complementary color
Monochromatic Colors of #BBA478
Black with #BBA478
Text Example
Text Example
White with #BBA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA478; }
p { color: rgb(187,164,120); }
H1.HeaderClassName
{
color: #BBA478;
}
.AnyTagClassName
{
color: #BBA478;
}
</style>
background-color css
<style>
a { background-color: #BBA478; }
a { background-color: rgb(187,164,120); }
div.DivClassName
{
background-color: #BBA478;
}
.BgClassName
{
background-color: #BBA478;
}
</style>
border-color css
<style>
span { border-color: #BBA478; }
span { border-color: rgb(187,164,120); }
td.TdClassName
{
border-color: #BBA478;
}
.TagClassName
{
border-color: #BBA478;
}
</style>