Shades of Brass #B5A849
Tints of Brass #B5A849
RGB
CMYK
RGB Variations
Color information
#B5A849 (or 0xB5A849) is known color: Brass. HEX triplet: B5, A8 and 49. RGB value is (181,168,73). Sum of RGB (Red+Green+Blue) = 181+168+73=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A849 is #4A57B6. Grayscale: #A1A1A1. Windows color (decimal): -4872119 or 4827317. OLE color: 4827317.
HSL color Cylindrical-coordinate representation of color #B5A849: hue angle of 52.78º 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 #B5A849 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 73 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.29 |
| HSL | 52.78º | 0.43% | 0.5% | - |
| HSV(B) | 52.78º | 0.6% | 0.71% | - |
| XYZ | 34.26 | 38.31 | 11.89 | - |
| YUV | 161.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 73 | 0 | 0.07 | 0.60 | 0.29 | 52.78 | 0.43 | 0.5 |
| Hex | B5 | A8 | 49 | 0 | 7 | 3C | 1D | 35 | 2B | 32 |
| Octal | 265 | 250 | 111 | 0 | 7 | 74 | 35 | 65 | 53 | 62 |
| Binary | 10110101 | 10101000 | 1001001 | 0 | 111 | 111100 | 11101 | 110101 | 101011 | 110010 |
Color Harmonies of #B5A849
Complementary color
Monochromatic Colors of #B5A849
Black with #B5A849
Text Example
Text Example
White with #B5A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A849; }
p { color: rgb(181,168,73); }
H1.HeaderClassName
{
color: #B5A849;
}
.AnyTagClassName
{
color: #B5A849;
}
</style>
background-color css
<style>
a { background-color: #B5A849; }
a { background-color: rgb(181,168,73); }
div.DivClassName
{
background-color: #B5A849;
}
.BgClassName
{
background-color: #B5A849;
}
</style>
border-color css
<style>
span { border-color: #B5A849; }
span { border-color: rgb(181,168,73); }
td.TdClassName
{
border-color: #B5A849;
}
.TagClassName
{
border-color: #B5A849;
}
</style>