Shades of Malta #B29E8A
Tints of Malta #B29E8A
RGB
CMYK
RGB Variations
Color information
#B29E8A (or 0xB29E8A) is known color: Malta. HEX triplet: B2, 9E and 8A. RGB value is (178,158,138). Sum of RGB (Red+Green+Blue) = 178+158+138=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29E8A is #4D6175. Grayscale: #A1A1A1. Windows color (decimal): -5071222 or 9084594. OLE color: 9084594.
HSL color Cylindrical-coordinate representation of color #B29E8A: hue angle of 30º 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 #B29E8A is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 138 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.30 |
| HSL | 30º | 0.21% | 0.62% | - |
| HSV(B) | 30º | 0.22% | 0.7% | - |
| XYZ | 35.17 | 35.75 | 29.09 | - |
| YUV | 161.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 138 | 0 | 0.11 | 0.22 | 0.30 | 30 | 0.21 | 0.62 |
| Hex | B2 | 9E | 8A | 0 | B | 16 | 1E | 1E | 15 | 3E |
| Octal | 262 | 236 | 212 | 0 | 13 | 26 | 36 | 36 | 25 | 76 |
| Binary | 10110010 | 10011110 | 10001010 | 0 | 1011 | 10110 | 11110 | 11110 | 10101 | 111110 |
Color Harmonies of #B29E8A
Complementary color
Monochromatic Colors of #B29E8A
Black with #B29E8A
Text Example
Text Example
White with #B29E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E8A; }
p { color: rgb(178,158,138); }
H1.HeaderClassName
{
color: #B29E8A;
}
.AnyTagClassName
{
color: #B29E8A;
}
</style>
background-color css
<style>
a { background-color: #B29E8A; }
a { background-color: rgb(178,158,138); }
div.DivClassName
{
background-color: #B29E8A;
}
.BgClassName
{
background-color: #B29E8A;
}
</style>
border-color css
<style>
span { border-color: #B29E8A; }
span { border-color: rgb(178,158,138); }
td.TdClassName
{
border-color: #B29E8A;
}
.TagClassName
{
border-color: #B29E8A;
}
</style>