Shades of Martini #BBA59D
Tints of Martini #BBA59D
RGB
CMYK
RGB Variations
Color information
#BBA59D (or 0xBBA59D) is known color: Martini. HEX triplet: BB, A5 and 9D. RGB value is (187,165,157). Sum of RGB (Red+Green+Blue) = 187+165+157=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA59D is #445A62. Grayscale: #AAAAAA. Windows color (decimal): -4479587 or 10331579. OLE color: 10331579.
HSL color Cylindrical-coordinate representation of color #BBA59D: hue angle of 16º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA59D is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 157 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.27 |
| HSL | 16º | 0.18% | 0.67% | - |
| HSV(B) | 16º | 0.16% | 0.73% | - |
| XYZ | 40.03 | 39.91 | 37.49 | - |
| YUV | 170.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 157 | 0 | 0.12 | 0.16 | 0.27 | 16 | 0.18 | 0.67 |
| Hex | BB | A5 | 9D | 0 | C | 10 | 1B | 10 | 12 | 43 |
| Octal | 273 | 245 | 235 | 0 | 14 | 20 | 33 | 20 | 22 | 103 |
| Binary | 10111011 | 10100101 | 10011101 | 0 | 1100 | 10000 | 11011 | 10000 | 10010 | 1000011 |
Color Harmonies of #BBA59D
Complementary color
Monochromatic Colors of #BBA59D
Black with #BBA59D
Text Example
Text Example
White with #BBA59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA59D; }
p { color: rgb(187,165,157); }
H1.HeaderClassName
{
color: #BBA59D;
}
.AnyTagClassName
{
color: #BBA59D;
}
</style>
background-color css
<style>
a { background-color: #BBA59D; }
a { background-color: rgb(187,165,157); }
div.DivClassName
{
background-color: #BBA59D;
}
.BgClassName
{
background-color: #BBA59D;
}
</style>
border-color css
<style>
span { border-color: #BBA59D; }
span { border-color: rgb(187,165,157); }
td.TdClassName
{
border-color: #BBA59D;
}
.TagClassName
{
border-color: #BBA59D;
}
</style>