Shades of Brass #B49F3C
Tints of Brass #B49F3C
RGB
CMYK
RGB Variations
Color information
#B49F3C (or 0xB49F3C) is known color: Brass. HEX triplet: B4, 9F and 3C. RGB value is (180,159,60). Sum of RGB (Red+Green+Blue) = 180+159+60=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F3C is #4B60C3. Grayscale: #9A9A9A. Windows color (decimal): -4939972 or 3973044. OLE color: 3973044.
HSL color Cylindrical-coordinate representation of color #B49F3C: hue angle of 49.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B49F3C is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 60 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.29 |
| HSL | 49.5º | 0.5% | 0.47% | - |
| HSV(B) | 49.5º | 0.67% | 0.71% | - |
| XYZ | 32.04 | 34.83 | 9.31 | - |
| YUV | 153.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 60 | 0 | 0.12 | 0.67 | 0.29 | 49.5 | 0.5 | 0.47 |
| Hex | B4 | 9F | 3C | 0 | C | 43 | 1D | 32 | 32 | 2F |
| Octal | 264 | 237 | 74 | 0 | 14 | 103 | 35 | 62 | 62 | 57 |
| Binary | 10110100 | 10011111 | 111100 | 0 | 1100 | 1000011 | 11101 | 110010 | 110010 | 101111 |
Color Harmonies of #B49F3C
Complementary color
Monochromatic Colors of #B49F3C
Black with #B49F3C
Text Example
Text Example
White with #B49F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49F3C; }
p { color: rgb(180,159,60); }
H1.HeaderClassName
{
color: #B49F3C;
}
.AnyTagClassName
{
color: #B49F3C;
}
</style>
background-color css
<style>
a { background-color: #B49F3C; }
a { background-color: rgb(180,159,60); }
div.DivClassName
{
background-color: #B49F3C;
}
.BgClassName
{
background-color: #B49F3C;
}
</style>
border-color css
<style>
span { border-color: #B49F3C; }
span { border-color: rgb(180,159,60); }
td.TdClassName
{
border-color: #B49F3C;
}
.TagClassName
{
border-color: #B49F3C;
}
</style>