Shades of Martini #B8A69C
Tints of Martini #B8A69C
RGB
CMYK
RGB Variations
Color information
#B8A69C (or 0xB8A69C) is known color: Martini. HEX triplet: B8, A6 and 9C. RGB value is (184,166,156). Sum of RGB (Red+Green+Blue) = 184+166+156=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A69C is #475963. Grayscale: #AAAAAA. Windows color (decimal): -4675940 or 10266296. OLE color: 10266296.
HSL color Cylindrical-coordinate representation of color #B8A69C: hue angle of 21.43º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8A69C is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 156 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.28 |
| HSL | 21.43º | 0.16% | 0.67% | - |
| HSV(B) | 21.43º | 0.15% | 0.72% | - |
| XYZ | 39.4 | 39.86 | 37.07 | - |
| YUV | 170.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 156 | 0 | 0.10 | 0.15 | 0.28 | 21.43 | 0.16 | 0.67 |
| Hex | B8 | A6 | 9C | 0 | A | F | 1C | 15 | 10 | 43 |
| Octal | 270 | 246 | 234 | 0 | 12 | 17 | 34 | 25 | 20 | 103 |
| Binary | 10111000 | 10100110 | 10011100 | 0 | 1010 | 1111 | 11100 | 10101 | 10000 | 1000011 |
Color Harmonies of #B8A69C
Complementary color
Monochromatic Colors of #B8A69C
Black with #B8A69C
Text Example
Text Example
White with #B8A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A69C; }
p { color: rgb(184,166,156); }
H1.HeaderClassName
{
color: #B8A69C;
}
.AnyTagClassName
{
color: #B8A69C;
}
</style>
background-color css
<style>
a { background-color: #B8A69C; }
a { background-color: rgb(184,166,156); }
div.DivClassName
{
background-color: #B8A69C;
}
.BgClassName
{
background-color: #B8A69C;
}
</style>
border-color css
<style>
span { border-color: #B8A69C; }
span { border-color: rgb(184,166,156); }
td.TdClassName
{
border-color: #B8A69C;
}
.TagClassName
{
border-color: #B8A69C;
}
</style>