Shades of Brass #B29E3E
Tints of Brass #B29E3E
RGB
CMYK
RGB Variations
Color information
#B29E3E (or 0xB29E3E) is known color: Brass. HEX triplet: B2, 9E and 3E. RGB value is (178,158,62). Sum of RGB (Red+Green+Blue) = 178+158+62=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E3E is #4D61C1. Grayscale: #999999. Windows color (decimal): -5071298 or 4103858. OLE color: 4103858.
HSL color Cylindrical-coordinate representation of color #B29E3E: hue angle of 49.66º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B29E3E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 62 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.30 |
| HSL | 49.66º | 0.48% | 0.47% | - |
| HSV(B) | 49.66º | 0.65% | 0.7% | - |
| XYZ | 31.46 | 34.27 | 9.51 | - |
| YUV | 153.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 62 | 0 | 0.11 | 0.65 | 0.30 | 49.66 | 0.48 | 0.47 |
| Hex | B2 | 9E | 3E | 0 | B | 41 | 1E | 32 | 30 | 2F |
| Octal | 262 | 236 | 76 | 0 | 13 | 101 | 36 | 62 | 60 | 57 |
| Binary | 10110010 | 10011110 | 111110 | 0 | 1011 | 1000001 | 11110 | 110010 | 110000 | 101111 |
Color Harmonies of #B29E3E
Complementary color
Monochromatic Colors of #B29E3E
Black with #B29E3E
Text Example
Text Example
White with #B29E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E3E; }
p { color: rgb(178,158,62); }
H1.HeaderClassName
{
color: #B29E3E;
}
.AnyTagClassName
{
color: #B29E3E;
}
</style>
background-color css
<style>
a { background-color: #B29E3E; }
a { background-color: rgb(178,158,62); }
div.DivClassName
{
background-color: #B29E3E;
}
.BgClassName
{
background-color: #B29E3E;
}
</style>
border-color css
<style>
span { border-color: #B29E3E; }
span { border-color: rgb(178,158,62); }
td.TdClassName
{
border-color: #B29E3E;
}
.TagClassName
{
border-color: #B29E3E;
}
</style>