Shades of Brass #B5A343
Tints of Brass #B5A343
RGB
CMYK
RGB Variations
Color information
#B5A343 (or 0xB5A343) is known color: Brass. HEX triplet: B5, A3 and 43. RGB value is (181,163,67). Sum of RGB (Red+Green+Blue) = 181+163+67=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A343 is #4A5CBC. Grayscale: #9D9D9D. Windows color (decimal): -4873405 or 4432821. OLE color: 4432821.
HSL color Cylindrical-coordinate representation of color #B5A343: hue angle of 50.53º 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 #B5A343 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 67 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.29 |
| HSL | 50.53º | 0.46% | 0.49% | - |
| HSV(B) | 50.53º | 0.63% | 0.71% | - |
| XYZ | 33.17 | 36.42 | 10.59 | - |
| YUV | 157.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 67 | 0 | 0.10 | 0.63 | 0.29 | 50.53 | 0.46 | 0.49 |
| Hex | B5 | A3 | 43 | 0 | A | 3F | 1D | 33 | 2E | 31 |
| Octal | 265 | 243 | 103 | 0 | 12 | 77 | 35 | 63 | 56 | 61 |
| Binary | 10110101 | 10100011 | 1000011 | 0 | 1010 | 111111 | 11101 | 110011 | 101110 | 110001 |
Color Harmonies of #B5A343
Complementary color
Monochromatic Colors of #B5A343
Black with #B5A343
Text Example
Text Example
White with #B5A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A343; }
p { color: rgb(181,163,67); }
H1.HeaderClassName
{
color: #B5A343;
}
.AnyTagClassName
{
color: #B5A343;
}
</style>
background-color css
<style>
a { background-color: #B5A343; }
a { background-color: rgb(181,163,67); }
div.DivClassName
{
background-color: #B5A343;
}
.BgClassName
{
background-color: #B5A343;
}
</style>
border-color css
<style>
span { border-color: #B5A343; }
span { border-color: rgb(181,163,67); }
td.TdClassName
{
border-color: #B5A343;
}
.TagClassName
{
border-color: #B5A343;
}
</style>