Shades of Brass #B5A138
Tints of Brass #B5A138
RGB
CMYK
RGB Variations
Color information
#B5A138 (or 0xB5A138) is known color: Brass. HEX triplet: B5, A1 and 38. RGB value is (181,161,56). Sum of RGB (Red+Green+Blue) = 181+161+56=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A138 is #4A5EC7. Grayscale: #9B9B9B. Windows color (decimal): -4873928 or 3711413. OLE color: 3711413.
HSL color Cylindrical-coordinate representation of color #B5A138: hue angle of 50.4º 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 #B5A138 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 56 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.29 |
| HSL | 50.4º | 0.53% | 0.46% | - |
| HSV(B) | 50.4º | 0.69% | 0.71% | - |
| XYZ | 32.51 | 35.6 | 8.9 | - |
| YUV | 155.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 56 | 0 | 0.11 | 0.69 | 0.29 | 50.4 | 0.53 | 0.46 |
| Hex | B5 | A1 | 38 | 0 | B | 45 | 1D | 32 | 35 | 2E |
| Octal | 265 | 241 | 70 | 0 | 13 | 105 | 35 | 62 | 65 | 56 |
| Binary | 10110101 | 10100001 | 111000 | 0 | 1011 | 1000101 | 11101 | 110010 | 110101 | 101110 |
Color Harmonies of #B5A138
Complementary color
Monochromatic Colors of #B5A138
Black with #B5A138
Text Example
Text Example
White with #B5A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A138; }
p { color: rgb(181,161,56); }
H1.HeaderClassName
{
color: #B5A138;
}
.AnyTagClassName
{
color: #B5A138;
}
</style>
background-color css
<style>
a { background-color: #B5A138; }
a { background-color: rgb(181,161,56); }
div.DivClassName
{
background-color: #B5A138;
}
.BgClassName
{
background-color: #B5A138;
}
</style>
border-color css
<style>
span { border-color: #B5A138; }
span { border-color: rgb(181,161,56); }
td.TdClassName
{
border-color: #B5A138;
}
.TagClassName
{
border-color: #B5A138;
}
</style>