Shades of Brass #B49D39
Tints of Brass #B49D39
RGB
CMYK
RGB Variations
Color information
#B49D39 (or 0xB49D39) is known color: Brass. HEX triplet: B4, 9D and 39. RGB value is (180,157,57). Sum of RGB (Red+Green+Blue) = 180+157+57=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D39 is #4B62C6. Grayscale: #989898. Windows color (decimal): -4940487 or 3775924. OLE color: 3775924.
HSL color Cylindrical-coordinate representation of color #B49D39: hue angle of 48.78º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B49D39 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 57 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.29 |
| HSL | 48.78º | 0.52% | 0.46% | - |
| HSV(B) | 48.78º | 0.68% | 0.71% | - |
| XYZ | 31.62 | 34.11 | 8.79 | - |
| YUV | 152.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 57 | 0 | 0.13 | 0.68 | 0.29 | 48.78 | 0.52 | 0.46 |
| Hex | B4 | 9D | 39 | 0 | D | 44 | 1D | 31 | 34 | 2E |
| Octal | 264 | 235 | 71 | 0 | 15 | 104 | 35 | 61 | 64 | 56 |
| Binary | 10110100 | 10011101 | 111001 | 0 | 1101 | 1000100 | 11101 | 110001 | 110100 | 101110 |
Color Harmonies of #B49D39
Complementary color
Monochromatic Colors of #B49D39
Black with #B49D39
Text Example
Text Example
White with #B49D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D39; }
p { color: rgb(180,157,57); }
H1.HeaderClassName
{
color: #B49D39;
}
.AnyTagClassName
{
color: #B49D39;
}
</style>
background-color css
<style>
a { background-color: #B49D39; }
a { background-color: rgb(180,157,57); }
div.DivClassName
{
background-color: #B49D39;
}
.BgClassName
{
background-color: #B49D39;
}
</style>
border-color css
<style>
span { border-color: #B49D39; }
span { border-color: rgb(180,157,57); }
td.TdClassName
{
border-color: #B49D39;
}
.TagClassName
{
border-color: #B49D39;
}
</style>