Shades of Brass #B4A849
Tints of Brass #B4A849
RGB
CMYK
RGB Variations
Color information
#B4A849 (or 0xB4A849) is known color: Brass. HEX triplet: B4, A8 and 49. RGB value is (180,168,73). Sum of RGB (Red+Green+Blue) = 180+168+73=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A849 is #4B57B6. Grayscale: #A1A1A1. Windows color (decimal): -4937655 or 4827316. OLE color: 4827316.
HSL color Cylindrical-coordinate representation of color #B4A849: hue angle of 53.27º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4A849 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 73 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.29 |
| HSL | 53.27º | 0.42% | 0.5% | - |
| HSV(B) | 53.27º | 0.59% | 0.71% | - |
| XYZ | 34.03 | 38.19 | 11.88 | - |
| YUV | 160.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 73 | 0 | 0.07 | 0.59 | 0.29 | 53.27 | 0.42 | 0.5 |
| Hex | B4 | A8 | 49 | 0 | 7 | 3B | 1D | 35 | 2A | 32 |
| Octal | 264 | 250 | 111 | 0 | 7 | 73 | 35 | 65 | 52 | 62 |
| Binary | 10110100 | 10101000 | 1001001 | 0 | 111 | 111011 | 11101 | 110101 | 101010 | 110010 |
Color Harmonies of #B4A849
Complementary color
Monochromatic Colors of #B4A849
Black with #B4A849
Text Example
Text Example
White with #B4A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A849; }
p { color: rgb(180,168,73); }
H1.HeaderClassName
{
color: #B4A849;
}
.AnyTagClassName
{
color: #B4A849;
}
</style>
background-color css
<style>
a { background-color: #B4A849; }
a { background-color: rgb(180,168,73); }
div.DivClassName
{
background-color: #B4A849;
}
.BgClassName
{
background-color: #B4A849;
}
</style>
border-color css
<style>
span { border-color: #B4A849; }
span { border-color: rgb(180,168,73); }
td.TdClassName
{
border-color: #B4A849;
}
.TagClassName
{
border-color: #B4A849;
}
</style>