Shades of Brass #B4A740
Tints of Brass #B4A740
RGB
CMYK
RGB Variations
Color information
#B4A740 (or 0xB4A740) is known color: Brass. HEX triplet: B4, A7 and 40. RGB value is (180,167,64). Sum of RGB (Red+Green+Blue) = 180+167+64=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A740 is #4B58BF. Grayscale: #9F9F9F. Windows color (decimal): -4937920 or 4237236. OLE color: 4237236.
HSL color Cylindrical-coordinate representation of color #B4A740: hue angle of 53.28º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4A740 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 64 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.29 |
| HSL | 53.28º | 0.48% | 0.48% | - |
| HSV(B) | 53.28º | 0.64% | 0.71% | - |
| XYZ | 33.57 | 37.71 | 10.36 | - |
| YUV | 159.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 64 | 0 | 0.07 | 0.64 | 0.29 | 53.28 | 0.48 | 0.48 |
| Hex | B4 | A7 | 40 | 0 | 7 | 40 | 1D | 35 | 30 | 30 |
| Octal | 264 | 247 | 100 | 0 | 7 | 100 | 35 | 65 | 60 | 60 |
| Binary | 10110100 | 10100111 | 1000000 | 0 | 111 | 1000000 | 11101 | 110101 | 110000 | 110000 |
Color Harmonies of #B4A740
Complementary color
Monochromatic Colors of #B4A740
Black with #B4A740
Text Example
Text Example
White with #B4A740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A740; }
p { color: rgb(180,167,64); }
H1.HeaderClassName
{
color: #B4A740;
}
.AnyTagClassName
{
color: #B4A740;
}
</style>
background-color css
<style>
a { background-color: #B4A740; }
a { background-color: rgb(180,167,64); }
div.DivClassName
{
background-color: #B4A740;
}
.BgClassName
{
background-color: #B4A740;
}
</style>
border-color css
<style>
span { border-color: #B4A740; }
span { border-color: rgb(180,167,64); }
td.TdClassName
{
border-color: #B4A740;
}
.TagClassName
{
border-color: #B4A740;
}
</style>