Shades of Brass #B4A037
Tints of Brass #B4A037
RGB
CMYK
RGB Variations
Color information
#B4A037 (or 0xB4A037) is known color: Brass. HEX triplet: B4, A0 and 37. RGB value is (180,160,55). Sum of RGB (Red+Green+Blue) = 180+160+55=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A037 is #4B5FC8. Grayscale: #9A9A9A. Windows color (decimal): -4939721 or 3645620. OLE color: 3645620.
HSL color Cylindrical-coordinate representation of color #B4A037: hue angle of 50.4º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4A037 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 55 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.29 |
| HSL | 50.4º | 0.53% | 0.46% | - |
| HSV(B) | 50.4º | 0.69% | 0.71% | - |
| XYZ | 32.08 | 35.12 | 8.7 | - |
| YUV | 154.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 55 | 0 | 0.11 | 0.69 | 0.29 | 50.4 | 0.53 | 0.46 |
| Hex | B4 | A0 | 37 | 0 | B | 45 | 1D | 32 | 35 | 2E |
| Octal | 264 | 240 | 67 | 0 | 13 | 105 | 35 | 62 | 65 | 56 |
| Binary | 10110100 | 10100000 | 110111 | 0 | 1011 | 1000101 | 11101 | 110010 | 110101 | 101110 |
Color Harmonies of #B4A037
Complementary color
Monochromatic Colors of #B4A037
Black with #B4A037
Text Example
Text Example
White with #B4A037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A037; }
p { color: rgb(180,160,55); }
H1.HeaderClassName
{
color: #B4A037;
}
.AnyTagClassName
{
color: #B4A037;
}
</style>
background-color css
<style>
a { background-color: #B4A037; }
a { background-color: rgb(180,160,55); }
div.DivClassName
{
background-color: #B4A037;
}
.BgClassName
{
background-color: #B4A037;
}
</style>
border-color css
<style>
span { border-color: #B4A037; }
span { border-color: rgb(180,160,55); }
td.TdClassName
{
border-color: #B4A037;
}
.TagClassName
{
border-color: #B4A037;
}
</style>