Shades of Martini #BBA69C
Tints of Martini #BBA69C
RGB
CMYK
RGB Variations
Color information
#BBA69C (or 0xBBA69C) is known color: Martini. HEX triplet: BB, A6 and 9C. RGB value is (187,166,156). Sum of RGB (Red+Green+Blue) = 187+166+156=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA69C is #445963. Grayscale: #ABABAB. Windows color (decimal): -4479332 or 10266299. OLE color: 10266299.
HSL color Cylindrical-coordinate representation of color #BBA69C: hue angle of 19.35º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBA69C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 156 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.27 |
| HSL | 19.35º | 0.19% | 0.67% | - |
| HSV(B) | 19.35º | 0.17% | 0.73% | - |
| XYZ | 40.13 | 40.24 | 37.1 | - |
| YUV | 171.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 156 | 0 | 0.11 | 0.17 | 0.27 | 19.35 | 0.19 | 0.67 |
| Hex | BB | A6 | 9C | 0 | B | 11 | 1B | 13 | 13 | 43 |
| Octal | 273 | 246 | 234 | 0 | 13 | 21 | 33 | 23 | 23 | 103 |
| Binary | 10111011 | 10100110 | 10011100 | 0 | 1011 | 10001 | 11011 | 10011 | 10011 | 1000011 |
Color Harmonies of #BBA69C
Complementary color
Monochromatic Colors of #BBA69C
Black with #BBA69C
Text Example
Text Example
White with #BBA69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA69C; }
p { color: rgb(187,166,156); }
H1.HeaderClassName
{
color: #BBA69C;
}
.AnyTagClassName
{
color: #BBA69C;
}
</style>
background-color css
<style>
a { background-color: #BBA69C; }
a { background-color: rgb(187,166,156); }
div.DivClassName
{
background-color: #BBA69C;
}
.BgClassName
{
background-color: #BBA69C;
}
</style>
border-color css
<style>
span { border-color: #BBA69C; }
span { border-color: rgb(187,166,156); }
td.TdClassName
{
border-color: #BBA69C;
}
.TagClassName
{
border-color: #BBA69C;
}
</style>