Shades of Malta #B3A08B
Tints of Malta #B3A08B
RGB
CMYK
RGB Variations
Color information
#B3A08B (or 0xB3A08B) is known color: Malta. HEX triplet: B3, A0 and 8B. RGB value is (179,160,139). Sum of RGB (Red+Green+Blue) = 179+160+139=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A08B is #4C5F74. Grayscale: #A3A3A3. Windows color (decimal): -5005173 or 9150643. OLE color: 9150643.
HSL color Cylindrical-coordinate representation of color #B3A08B: hue angle of 31.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3A08B is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 160 | 139 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.30 |
| HSL | 31.5º | 0.21% | 0.62% | - |
| HSV(B) | 31.5º | 0.22% | 0.7% | - |
| XYZ | 35.82 | 36.59 | 29.6 | - |
| YUV | 163.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 139 | 0 | 0.11 | 0.22 | 0.30 | 31.5 | 0.21 | 0.62 |
| Hex | B3 | A0 | 8B | 0 | B | 16 | 1E | 1F | 15 | 3E |
| Octal | 263 | 240 | 213 | 0 | 13 | 26 | 36 | 37 | 25 | 76 |
| Binary | 10110011 | 10100000 | 10001011 | 0 | 1011 | 10110 | 11110 | 11111 | 10101 | 111110 |
Color Harmonies of #B3A08B
Complementary color
Monochromatic Colors of #B3A08B
Black with #B3A08B
Text Example
Text Example
White with #B3A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A08B; }
p { color: rgb(179,160,139); }
H1.HeaderClassName
{
color: #B3A08B;
}
.AnyTagClassName
{
color: #B3A08B;
}
</style>
background-color css
<style>
a { background-color: #B3A08B; }
a { background-color: rgb(179,160,139); }
div.DivClassName
{
background-color: #B3A08B;
}
.BgClassName
{
background-color: #B3A08B;
}
</style>
border-color css
<style>
span { border-color: #B3A08B; }
span { border-color: rgb(179,160,139); }
td.TdClassName
{
border-color: #B3A08B;
}
.TagClassName
{
border-color: #B3A08B;
}
</style>