Shades of Brass #B5A038
Tints of Brass #B5A038
RGB
CMYK
RGB Variations
Color information
#B5A038 (or 0xB5A038) is known color: Brass. HEX triplet: B5, A0 and 38. RGB value is (181,160,56). Sum of RGB (Red+Green+Blue) = 181+160+56=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A038 is #4A5FC7. Grayscale: #9A9A9A. Windows color (decimal): -4874184 or 3711157. OLE color: 3711157.
HSL color Cylindrical-coordinate representation of color #B5A038: hue angle of 49.92º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5A038 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 56 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.29 |
| HSL | 49.92º | 0.53% | 0.46% | - |
| HSV(B) | 49.92º | 0.69% | 0.71% | - |
| XYZ | 32.34 | 35.25 | 8.84 | - |
| YUV | 154.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 56 | 0 | 0.12 | 0.69 | 0.29 | 49.92 | 0.53 | 0.46 |
| Hex | B5 | A0 | 38 | 0 | C | 45 | 1D | 32 | 35 | 2E |
| Octal | 265 | 240 | 70 | 0 | 14 | 105 | 35 | 62 | 65 | 56 |
| Binary | 10110101 | 10100000 | 111000 | 0 | 1100 | 1000101 | 11101 | 110010 | 110101 | 101110 |
Color Harmonies of #B5A038
Complementary color
Monochromatic Colors of #B5A038
Black with #B5A038
Text Example
Text Example
White with #B5A038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A038; }
p { color: rgb(181,160,56); }
H1.HeaderClassName
{
color: #B5A038;
}
.AnyTagClassName
{
color: #B5A038;
}
</style>
background-color css
<style>
a { background-color: #B5A038; }
a { background-color: rgb(181,160,56); }
div.DivClassName
{
background-color: #B5A038;
}
.BgClassName
{
background-color: #B5A038;
}
</style>
border-color css
<style>
span { border-color: #B5A038; }
span { border-color: rgb(181,160,56); }
td.TdClassName
{
border-color: #B5A038;
}
.TagClassName
{
border-color: #B5A038;
}
</style>