Shades of Brass #B4AA45
Tints of Brass #B4AA45
RGB
CMYK
RGB Variations
Color information
#B4AA45 (or 0xB4AA45) is known color: Brass. HEX triplet: B4, AA and 45. RGB value is (180,170,69). Sum of RGB (Red+Green+Blue) = 180+170+69=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA45 is #4B55BA. Grayscale: #A1A1A1. Windows color (decimal): -4937147 or 4565684. OLE color: 4565684.
HSL color Cylindrical-coordinate representation of color #B4AA45: hue angle of 54.59º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4AA45 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 69 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.29 |
| HSL | 54.59º | 0.45% | 0.49% | - |
| HSV(B) | 54.59º | 0.62% | 0.71% | - |
| XYZ | 34.27 | 38.88 | 11.33 | - |
| YUV | 161.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 69 | 0 | 0.06 | 0.62 | 0.29 | 54.59 | 0.45 | 0.49 |
| Hex | B4 | AA | 45 | 0 | 6 | 3E | 1D | 37 | 2D | 31 |
| Octal | 264 | 252 | 105 | 0 | 6 | 76 | 35 | 67 | 55 | 61 |
| Binary | 10110100 | 10101010 | 1000101 | 0 | 110 | 111110 | 11101 | 110111 | 101101 | 110001 |
Color Harmonies of #B4AA45
Complementary color
Monochromatic Colors of #B4AA45
Black with #B4AA45
Text Example
Text Example
White with #B4AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA45; }
p { color: rgb(180,170,69); }
H1.HeaderClassName
{
color: #B4AA45;
}
.AnyTagClassName
{
color: #B4AA45;
}
</style>
background-color css
<style>
a { background-color: #B4AA45; }
a { background-color: rgb(180,170,69); }
div.DivClassName
{
background-color: #B4AA45;
}
.BgClassName
{
background-color: #B4AA45;
}
</style>
border-color css
<style>
span { border-color: #B4AA45; }
span { border-color: rgb(180,170,69); }
td.TdClassName
{
border-color: #B4AA45;
}
.TagClassName
{
border-color: #B4AA45;
}
</style>