Shades of Brass #B49F3E
Tints of Brass #B49F3E
RGB
CMYK
RGB Variations
Color information
#B49F3E (or 0xB49F3E) is known color: Brass. HEX triplet: B4, 9F and 3E. RGB value is (180,159,62). Sum of RGB (Red+Green+Blue) = 180+159+62=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F3E is #4B60C1. Grayscale: #9A9A9A. Windows color (decimal): -4939970 or 4104116. OLE color: 4104116.
HSL color Cylindrical-coordinate representation of color #B49F3E: hue angle of 49.32º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B49F3E is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 62 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.29 |
| HSL | 49.32º | 0.49% | 0.47% | - |
| HSV(B) | 49.32º | 0.66% | 0.71% | - |
| XYZ | 32.09 | 34.85 | 9.59 | - |
| YUV | 154.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 62 | 0 | 0.12 | 0.66 | 0.29 | 49.32 | 0.49 | 0.47 |
| Hex | B4 | 9F | 3E | 0 | C | 42 | 1D | 31 | 31 | 2F |
| Octal | 264 | 237 | 76 | 0 | 14 | 102 | 35 | 61 | 61 | 57 |
| Binary | 10110100 | 10011111 | 111110 | 0 | 1100 | 1000010 | 11101 | 110001 | 110001 | 101111 |
Color Harmonies of #B49F3E
Complementary color
Monochromatic Colors of #B49F3E
Black with #B49F3E
Text Example
Text Example
White with #B49F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F3E; }
p { color: rgb(180,159,62); }
H1.HeaderClassName
{
color: #B49F3E;
}
.AnyTagClassName
{
color: #B49F3E;
}
</style>
background-color css
<style>
a { background-color: #B49F3E; }
a { background-color: rgb(180,159,62); }
div.DivClassName
{
background-color: #B49F3E;
}
.BgClassName
{
background-color: #B49F3E;
}
</style>
border-color css
<style>
span { border-color: #B49F3E; }
span { border-color: rgb(180,159,62); }
td.TdClassName
{
border-color: #B49F3E;
}
.TagClassName
{
border-color: #B49F3E;
}
</style>