Shades of Brass #B5A649
Tints of Brass #B5A649
RGB
CMYK
RGB Variations
Color information
#B5A649 (or 0xB5A649) is known color: Brass. HEX triplet: B5, A6 and 49. RGB value is (181,166,73). Sum of RGB (Red+Green+Blue) = 181+166+73=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A649 is #4A59B6. Grayscale: #A0A0A0. Windows color (decimal): -4872631 or 4826805. OLE color: 4826805.
HSL color Cylindrical-coordinate representation of color #B5A649: hue angle of 51.67º 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 #B5A649 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 73 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.29 |
| HSL | 51.67º | 0.43% | 0.5% | - |
| HSV(B) | 51.67º | 0.6% | 0.71% | - |
| XYZ | 33.89 | 37.58 | 11.77 | - |
| YUV | 159.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 73 | 0 | 0.08 | 0.60 | 0.29 | 51.67 | 0.43 | 0.5 |
| Hex | B5 | A6 | 49 | 0 | 8 | 3C | 1D | 34 | 2B | 32 |
| Octal | 265 | 246 | 111 | 0 | 10 | 74 | 35 | 64 | 53 | 62 |
| Binary | 10110101 | 10100110 | 1001001 | 0 | 1000 | 111100 | 11101 | 110100 | 101011 | 110010 |
Color Harmonies of #B5A649
Complementary color
Monochromatic Colors of #B5A649
Black with #B5A649
Text Example
Text Example
White with #B5A649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A649; }
p { color: rgb(181,166,73); }
H1.HeaderClassName
{
color: #B5A649;
}
.AnyTagClassName
{
color: #B5A649;
}
</style>
background-color css
<style>
a { background-color: #B5A649; }
a { background-color: rgb(181,166,73); }
div.DivClassName
{
background-color: #B5A649;
}
.BgClassName
{
background-color: #B5A649;
}
</style>
border-color css
<style>
span { border-color: #B5A649; }
span { border-color: rgb(181,166,73); }
td.TdClassName
{
border-color: #B5A649;
}
.TagClassName
{
border-color: #B5A649;
}
</style>