Shades of Brass #B5A544
Tints of Brass #B5A544
RGB
CMYK
RGB Variations
Color information
#B5A544 (or 0xB5A544) is known color: Brass. HEX triplet: B5, A5 and 44. RGB value is (181,165,68). Sum of RGB (Red+Green+Blue) = 181+165+68=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A544 is #4A5ABB. Grayscale: #9F9F9F. Windows color (decimal): -4872892 or 4498869. OLE color: 4498869.
HSL color Cylindrical-coordinate representation of color #B5A544: hue angle of 51.5º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5A544 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 68 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.29 |
| HSL | 51.5º | 0.45% | 0.49% | - |
| HSV(B) | 51.5º | 0.62% | 0.71% | - |
| XYZ | 33.55 | 37.15 | 10.87 | - |
| YUV | 158.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 68 | 0 | 0.09 | 0.62 | 0.29 | 51.5 | 0.45 | 0.49 |
| Hex | B5 | A5 | 44 | 0 | 9 | 3E | 1D | 34 | 2D | 31 |
| Octal | 265 | 245 | 104 | 0 | 11 | 76 | 35 | 64 | 55 | 61 |
| Binary | 10110101 | 10100101 | 1000100 | 0 | 1001 | 111110 | 11101 | 110100 | 101101 | 110001 |
Color Harmonies of #B5A544
Complementary color
Monochromatic Colors of #B5A544
Black with #B5A544
Text Example
Text Example
White with #B5A544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A544; }
p { color: rgb(181,165,68); }
H1.HeaderClassName
{
color: #B5A544;
}
.AnyTagClassName
{
color: #B5A544;
}
</style>
background-color css
<style>
a { background-color: #B5A544; }
a { background-color: rgb(181,165,68); }
div.DivClassName
{
background-color: #B5A544;
}
.BgClassName
{
background-color: #B5A544;
}
</style>
border-color css
<style>
span { border-color: #B5A544; }
span { border-color: rgb(181,165,68); }
td.TdClassName
{
border-color: #B5A544;
}
.TagClassName
{
border-color: #B5A544;
}
</style>