Shades of Brass #B5A949
Tints of Brass #B5A949
RGB
CMYK
RGB Variations
Color information
#B5A949 (or 0xB5A949) is known color: Brass. HEX triplet: B5, A9 and 49. RGB value is (181,169,73). Sum of RGB (Red+Green+Blue) = 181+169+73=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A949 is #4A56B6. Grayscale: #A2A2A2. Windows color (decimal): -4871863 or 4827573. OLE color: 4827573.
HSL color Cylindrical-coordinate representation of color #B5A949: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5A949 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 169 | 73 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.29 |
| HSL | 53.33º | 0.43% | 0.5% | - |
| HSV(B) | 53.33º | 0.6% | 0.71% | - |
| XYZ | 34.45 | 38.68 | 11.95 | - |
| YUV | 161.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 73 | 0 | 0.07 | 0.60 | 0.29 | 53.33 | 0.43 | 0.5 |
| Hex | B5 | A9 | 49 | 0 | 7 | 3C | 1D | 35 | 2B | 32 |
| Octal | 265 | 251 | 111 | 0 | 7 | 74 | 35 | 65 | 53 | 62 |
| Binary | 10110101 | 10101001 | 1001001 | 0 | 111 | 111100 | 11101 | 110101 | 101011 | 110010 |
Color Harmonies of #B5A949
Complementary color
Monochromatic Colors of #B5A949
Black with #B5A949
Text Example
Text Example
White with #B5A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A949; }
p { color: rgb(181,169,73); }
H1.HeaderClassName
{
color: #B5A949;
}
.AnyTagClassName
{
color: #B5A949;
}
</style>
background-color css
<style>
a { background-color: #B5A949; }
a { background-color: rgb(181,169,73); }
div.DivClassName
{
background-color: #B5A949;
}
.BgClassName
{
background-color: #B5A949;
}
</style>
border-color css
<style>
span { border-color: #B5A949; }
span { border-color: rgb(181,169,73); }
td.TdClassName
{
border-color: #B5A949;
}
.TagClassName
{
border-color: #B5A949;
}
</style>