Shades of Brass #B4A637
Tints of Brass #B4A637
RGB
CMYK
RGB Variations
Color information
#B4A637 (or 0xB4A637) is known color: Brass. HEX triplet: B4, A6 and 37. RGB value is (180,166,55). Sum of RGB (Red+Green+Blue) = 180+166+55=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A637 is #4B59C8. Grayscale: #9D9D9D. Windows color (decimal): -4938185 or 3647156. OLE color: 3647156.
HSL color Cylindrical-coordinate representation of color #B4A637: hue angle of 53.28º 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 #B4A637 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 55 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.29 |
| HSL | 53.28º | 0.53% | 0.46% | - |
| HSV(B) | 53.28º | 0.69% | 0.71% | - |
| XYZ | 33.15 | 37.25 | 9.06 | - |
| YUV | 157.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 55 | 0 | 0.08 | 0.69 | 0.29 | 53.28 | 0.53 | 0.46 |
| Hex | B4 | A6 | 37 | 0 | 8 | 45 | 1D | 35 | 35 | 2E |
| Octal | 264 | 246 | 67 | 0 | 10 | 105 | 35 | 65 | 65 | 56 |
| Binary | 10110100 | 10100110 | 110111 | 0 | 1000 | 1000101 | 11101 | 110101 | 110101 | 101110 |
Color Harmonies of #B4A637
Complementary color
Monochromatic Colors of #B4A637
Black with #B4A637
Text Example
Text Example
White with #B4A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A637; }
p { color: rgb(180,166,55); }
H1.HeaderClassName
{
color: #B4A637;
}
.AnyTagClassName
{
color: #B4A637;
}
</style>
background-color css
<style>
a { background-color: #B4A637; }
a { background-color: rgb(180,166,55); }
div.DivClassName
{
background-color: #B4A637;
}
.BgClassName
{
background-color: #B4A637;
}
</style>
border-color css
<style>
span { border-color: #B4A637; }
span { border-color: rgb(180,166,55); }
td.TdClassName
{
border-color: #B4A637;
}
.TagClassName
{
border-color: #B4A637;
}
</style>