Shades of Brass #B5A143
Tints of Brass #B5A143
RGB
CMYK
RGB Variations
Color information
#B5A143 (or 0xB5A143) is known color: Brass. HEX triplet: B5, A1 and 43. RGB value is (181,161,67). Sum of RGB (Red+Green+Blue) = 181+161+67=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A143 is #4A5EBC. Grayscale: #9C9C9C. Windows color (decimal): -4873917 or 4432309. OLE color: 4432309.
HSL color Cylindrical-coordinate representation of color #B5A143: hue angle of 49.47º 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 #B5A143 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 67 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.29 |
| HSL | 49.47º | 0.46% | 0.49% | - |
| HSV(B) | 49.47º | 0.63% | 0.71% | - |
| XYZ | 32.81 | 35.72 | 10.48 | - |
| YUV | 156.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 67 | 0 | 0.11 | 0.63 | 0.29 | 49.47 | 0.46 | 0.49 |
| Hex | B5 | A1 | 43 | 0 | B | 3F | 1D | 31 | 2E | 31 |
| Octal | 265 | 241 | 103 | 0 | 13 | 77 | 35 | 61 | 56 | 61 |
| Binary | 10110101 | 10100001 | 1000011 | 0 | 1011 | 111111 | 11101 | 110001 | 101110 | 110001 |
Color Harmonies of #B5A143
Complementary color
Monochromatic Colors of #B5A143
Black with #B5A143
Text Example
Text Example
White with #B5A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A143; }
p { color: rgb(181,161,67); }
H1.HeaderClassName
{
color: #B5A143;
}
.AnyTagClassName
{
color: #B5A143;
}
</style>
background-color css
<style>
a { background-color: #B5A143; }
a { background-color: rgb(181,161,67); }
div.DivClassName
{
background-color: #B5A143;
}
.BgClassName
{
background-color: #B5A143;
}
</style>
border-color css
<style>
span { border-color: #B5A143; }
span { border-color: rgb(181,161,67); }
td.TdClassName
{
border-color: #B5A143;
}
.TagClassName
{
border-color: #B5A143;
}
</style>