Shades of Brass #B4A946
Tints of Brass #B4A946
RGB
CMYK
RGB Variations
Color information
#B4A946 (or 0xB4A946) is known color: Brass. HEX triplet: B4, A9 and 46. RGB value is (180,169,70). Sum of RGB (Red+Green+Blue) = 180+169+70=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A946 is #4B56B9. Grayscale: #A1A1A1. Windows color (decimal): -4937402 or 4630964. OLE color: 4630964.
HSL color Cylindrical-coordinate representation of color #B4A946: hue angle of 54º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4A946 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 70 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.29 |
| HSL | 54º | 0.44% | 0.49% | - |
| HSV(B) | 54º | 0.61% | 0.71% | - |
| XYZ | 34.12 | 38.52 | 11.43 | - |
| YUV | 161 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 70 | 0 | 0.06 | 0.61 | 0.29 | 54 | 0.44 | 0.49 |
| Hex | B4 | A9 | 46 | 0 | 6 | 3D | 1D | 36 | 2C | 31 |
| Octal | 264 | 251 | 106 | 0 | 6 | 75 | 35 | 66 | 54 | 61 |
| Binary | 10110100 | 10101001 | 1000110 | 0 | 110 | 111101 | 11101 | 110110 | 101100 | 110001 |
Color Harmonies of #B4A946
Complementary color
Monochromatic Colors of #B4A946
Black with #B4A946
Text Example
Text Example
White with #B4A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A946; }
p { color: rgb(180,169,70); }
H1.HeaderClassName
{
color: #B4A946;
}
.AnyTagClassName
{
color: #B4A946;
}
</style>
background-color css
<style>
a { background-color: #B4A946; }
a { background-color: rgb(180,169,70); }
div.DivClassName
{
background-color: #B4A946;
}
.BgClassName
{
background-color: #B4A946;
}
</style>
border-color css
<style>
span { border-color: #B4A946; }
span { border-color: rgb(180,169,70); }
td.TdClassName
{
border-color: #B4A946;
}
.TagClassName
{
border-color: #B4A946;
}
</style>