Shades of Brass #B5A637
Tints of Brass #B5A637
RGB
CMYK
RGB Variations
Color information
#B5A637 (or 0xB5A637) is known color: Brass. HEX triplet: B5, A6 and 37. RGB value is (181,166,55). Sum of RGB (Red+Green+Blue) = 181+166+55=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A637 is #4A59C8. Grayscale: #9E9E9E. Windows color (decimal): -4872649 or 3647157. OLE color: 3647157.
HSL color Cylindrical-coordinate representation of color #B5A637: hue angle of 52.86º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5A637 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 55 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.29 |
| HSL | 52.86º | 0.53% | 0.46% | - |
| HSV(B) | 52.86º | 0.7% | 0.71% | - |
| XYZ | 33.38 | 37.37 | 9.07 | - |
| YUV | 157.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 55 | 0 | 0.08 | 0.70 | 0.29 | 52.86 | 0.53 | 0.46 |
| Hex | B5 | A6 | 37 | 0 | 8 | 46 | 1D | 35 | 35 | 2E |
| Octal | 265 | 246 | 67 | 0 | 10 | 106 | 35 | 65 | 65 | 56 |
| Binary | 10110101 | 10100110 | 110111 | 0 | 1000 | 1000110 | 11101 | 110101 | 110101 | 101110 |
Color Harmonies of #B5A637
Complementary color
Monochromatic Colors of #B5A637
Black with #B5A637
Text Example
Text Example
White with #B5A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A637; }
p { color: rgb(181,166,55); }
H1.HeaderClassName
{
color: #B5A637;
}
.AnyTagClassName
{
color: #B5A637;
}
</style>
background-color css
<style>
a { background-color: #B5A637; }
a { background-color: rgb(181,166,55); }
div.DivClassName
{
background-color: #B5A637;
}
.BgClassName
{
background-color: #B5A637;
}
</style>
border-color css
<style>
span { border-color: #B5A637; }
span { border-color: rgb(181,166,55); }
td.TdClassName
{
border-color: #B5A637;
}
.TagClassName
{
border-color: #B5A637;
}
</style>