Shades of Pavlova #BBA67C
Tints of Pavlova #BBA67C
RGB
CMYK
RGB Variations
Color information
#BBA67C (or 0xBBA67C) is known color: Pavlova. HEX triplet: BB, A6 and 7C. RGB value is (187,166,124). Sum of RGB (Red+Green+Blue) = 187+166+124=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA67C is #445983. Grayscale: #A7A7A7. Windows color (decimal): -4479364 or 8169147. OLE color: 8169147.
HSL color Cylindrical-coordinate representation of color #BBA67C: hue angle of 40º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA67C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 124 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.27 |
| HSL | 40º | 0.32% | 0.61% | - |
| HSV(B) | 40º | 0.34% | 0.73% | - |
| XYZ | 37.77 | 39.29 | 24.66 | - |
| YUV | 167.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 124 | 0 | 0.11 | 0.34 | 0.27 | 40 | 0.32 | 0.61 |
| Hex | BB | A6 | 7C | 0 | B | 22 | 1B | 28 | 20 | 3D |
| Octal | 273 | 246 | 174 | 0 | 13 | 42 | 33 | 50 | 40 | 75 |
| Binary | 10111011 | 10100110 | 1111100 | 0 | 1011 | 100010 | 11011 | 101000 | 100000 | 111101 |
Color Harmonies of #BBA67C
Complementary color
Monochromatic Colors of #BBA67C
Black with #BBA67C
Text Example
Text Example
White with #BBA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA67C; }
p { color: rgb(187,166,124); }
H1.HeaderClassName
{
color: #BBA67C;
}
.AnyTagClassName
{
color: #BBA67C;
}
</style>
background-color css
<style>
a { background-color: #BBA67C; }
a { background-color: rgb(187,166,124); }
div.DivClassName
{
background-color: #BBA67C;
}
.BgClassName
{
background-color: #BBA67C;
}
</style>
border-color css
<style>
span { border-color: #BBA67C; }
span { border-color: rgb(187,166,124); }
td.TdClassName
{
border-color: #BBA67C;
}
.TagClassName
{
border-color: #BBA67C;
}
</style>