Shades of Malta #B2A08C
Tints of Malta #B2A08C
RGB
CMYK
RGB Variations
Color information
#B2A08C (or 0xB2A08C) is known color: Malta. HEX triplet: B2, A0 and 8C. RGB value is (178,160,140). Sum of RGB (Red+Green+Blue) = 178+160+140=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A08C is #4D5F73. Grayscale: #A3A3A3. Windows color (decimal): -5070708 or 9216178. OLE color: 9216178.
HSL color Cylindrical-coordinate representation of color #B2A08C: hue angle of 31.58º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A08C is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 160 | 140 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.30 |
| HSL | 31.58º | 0.2% | 0.62% | - |
| HSV(B) | 31.58º | 0.21% | 0.7% | - |
| XYZ | 35.66 | 36.5 | 29.98 | - |
| YUV | 163.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 160 | 140 | 0 | 0.10 | 0.21 | 0.30 | 31.58 | 0.2 | 0.62 |
| Hex | B2 | A0 | 8C | 0 | A | 15 | 1E | 20 | 14 | 3E |
| Octal | 262 | 240 | 214 | 0 | 12 | 25 | 36 | 40 | 24 | 76 |
| Binary | 10110010 | 10100000 | 10001100 | 0 | 1010 | 10101 | 11110 | 100000 | 10100 | 111110 |
Color Harmonies of #B2A08C
Complementary color
Monochromatic Colors of #B2A08C
Black with #B2A08C
Text Example
Text Example
White with #B2A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A08C; }
p { color: rgb(178,160,140); }
H1.HeaderClassName
{
color: #B2A08C;
}
.AnyTagClassName
{
color: #B2A08C;
}
</style>
background-color css
<style>
a { background-color: #B2A08C; }
a { background-color: rgb(178,160,140); }
div.DivClassName
{
background-color: #B2A08C;
}
.BgClassName
{
background-color: #B2A08C;
}
</style>
border-color css
<style>
span { border-color: #B2A08C; }
span { border-color: rgb(178,160,140); }
td.TdClassName
{
border-color: #B2A08C;
}
.TagClassName
{
border-color: #B2A08C;
}
</style>