Shades of Brass #B5AA3A
Tints of Brass #B5AA3A
RGB
CMYK
RGB Variations
Color information
#B5AA3A (or 0xB5AA3A) is known color: Brass. HEX triplet: B5, AA and 3A. RGB value is (181,170,58). Sum of RGB (Red+Green+Blue) = 181+170+58=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AA3A is #4A55C5. Grayscale: #A0A0A0. Windows color (decimal): -4871622 or 3844789. OLE color: 3844789.
HSL color Cylindrical-coordinate representation of color #B5AA3A: hue angle of 54.63º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5AA3A is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 170 | 58 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.29 |
| HSL | 54.63º | 0.51% | 0.47% | - |
| HSV(B) | 54.63º | 0.68% | 0.71% | - |
| XYZ | 34.19 | 38.88 | 9.71 | - |
| YUV | 160.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 58 | 0 | 0.06 | 0.68 | 0.29 | 54.63 | 0.51 | 0.47 |
| Hex | B5 | AA | 3A | 0 | 6 | 44 | 1D | 37 | 33 | 2F |
| Octal | 265 | 252 | 72 | 0 | 6 | 104 | 35 | 67 | 63 | 57 |
| Binary | 10110101 | 10101010 | 111010 | 0 | 110 | 1000100 | 11101 | 110111 | 110011 | 101111 |
Color Harmonies of #B5AA3A
Complementary color
Monochromatic Colors of #B5AA3A
Black with #B5AA3A
Text Example
Text Example
White with #B5AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AA3A; }
p { color: rgb(181,170,58); }
H1.HeaderClassName
{
color: #B5AA3A;
}
.AnyTagClassName
{
color: #B5AA3A;
}
</style>
background-color css
<style>
a { background-color: #B5AA3A; }
a { background-color: rgb(181,170,58); }
div.DivClassName
{
background-color: #B5AA3A;
}
.BgClassName
{
background-color: #B5AA3A;
}
</style>
border-color css
<style>
span { border-color: #B5AA3A; }
span { border-color: rgb(181,170,58); }
td.TdClassName
{
border-color: #B5AA3A;
}
.TagClassName
{
border-color: #B5AA3A;
}
</style>