Shades of Brass #B5A043
Tints of Brass #B5A043
RGB
CMYK
RGB Variations
Color information
#B5A043 (or 0xB5A043) is known color: Brass. HEX triplet: B5, A0 and 43. RGB value is (181,160,67). Sum of RGB (Red+Green+Blue) = 181+160+67=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 67 (26.56% from 255 or 16.42% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A043 is #4A5FBC. Grayscale: #9C9C9C. Windows color (decimal): -4874173 or 4432053. OLE color: 4432053.
HSL color Cylindrical-coordinate representation of color #B5A043: hue angle of 48.95º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5A043 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 67 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.29 |
| HSL | 48.95º | 0.46% | 0.49% | - |
| HSV(B) | 48.95º | 0.63% | 0.71% | - |
| XYZ | 32.64 | 35.37 | 10.42 | - |
| YUV | 155.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 67 | 0 | 0.12 | 0.63 | 0.29 | 48.95 | 0.46 | 0.49 |
| Hex | B5 | A0 | 43 | 0 | C | 3F | 1D | 31 | 2E | 31 |
| Octal | 265 | 240 | 103 | 0 | 14 | 77 | 35 | 61 | 56 | 61 |
| Binary | 10110101 | 10100000 | 1000011 | 0 | 1100 | 111111 | 11101 | 110001 | 101110 | 110001 |
Color Harmonies of #B5A043
Complementary color
Monochromatic Colors of #B5A043
Black with #B5A043
Text Example
Text Example
White with #B5A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A043; }
p { color: rgb(181,160,67); }
H1.HeaderClassName
{
color: #B5A043;
}
.AnyTagClassName
{
color: #B5A043;
}
</style>
background-color css
<style>
a { background-color: #B5A043; }
a { background-color: rgb(181,160,67); }
div.DivClassName
{
background-color: #B5A043;
}
.BgClassName
{
background-color: #B5A043;
}
</style>
border-color css
<style>
span { border-color: #B5A043; }
span { border-color: rgb(181,160,67); }
td.TdClassName
{
border-color: #B5A043;
}
.TagClassName
{
border-color: #B5A043;
}
</style>