Shades of Brass #B29E40
Tints of Brass #B29E40
RGB
CMYK
RGB Variations
Color information
#B29E40 (or 0xB29E40) is known color: Brass. HEX triplet: B2, 9E and 40. RGB value is (178,158,64). Sum of RGB (Red+Green+Blue) = 178+158+64=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E40 is #4D61BF. Grayscale: #999999. Windows color (decimal): -5071296 or 4234930. OLE color: 4234930.
HSL color Cylindrical-coordinate representation of color #B29E40: hue angle of 49.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B29E40 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 158 | 64 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.30 |
| HSL | 49.47º | 0.47% | 0.47% | - |
| HSV(B) | 49.47º | 0.64% | 0.7% | - |
| XYZ | 31.51 | 34.29 | 9.81 | - |
| YUV | 153.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 158 | 64 | 0 | 0.11 | 0.64 | 0.30 | 49.47 | 0.47 | 0.47 |
| Hex | B2 | 9E | 40 | 0 | B | 40 | 1E | 31 | 2F | 2F |
| Octal | 262 | 236 | 100 | 0 | 13 | 100 | 36 | 61 | 57 | 57 |
| Binary | 10110010 | 10011110 | 1000000 | 0 | 1011 | 1000000 | 11110 | 110001 | 101111 | 101111 |
Color Harmonies of #B29E40
Complementary color
Monochromatic Colors of #B29E40
Black with #B29E40
Text Example
Text Example
White with #B29E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29E40; }
p { color: rgb(178,158,64); }
H1.HeaderClassName
{
color: #B29E40;
}
.AnyTagClassName
{
color: #B29E40;
}
</style>
background-color css
<style>
a { background-color: #B29E40; }
a { background-color: rgb(178,158,64); }
div.DivClassName
{
background-color: #B29E40;
}
.BgClassName
{
background-color: #B29E40;
}
</style>
border-color css
<style>
span { border-color: #B29E40; }
span { border-color: rgb(178,158,64); }
td.TdClassName
{
border-color: #B29E40;
}
.TagClassName
{
border-color: #B29E40;
}
</style>