Shades of Brass #B4A837
Tints of Brass #B4A837
RGB
CMYK
RGB Variations
Color information
#B4A837 (or 0xB4A837) is known color: Brass. HEX triplet: B4, A8 and 37. RGB value is (180,168,55). Sum of RGB (Red+Green+Blue) = 180+168+55=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A837 is #4B57C8. Grayscale: #9F9F9F. Windows color (decimal): -4937673 or 3647668. OLE color: 3647668.
HSL color Cylindrical-coordinate representation of color #B4A837: hue angle of 54.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4A837 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 55 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.29 |
| HSL | 54.24º | 0.53% | 0.46% | - |
| HSV(B) | 54.24º | 0.69% | 0.71% | - |
| XYZ | 33.51 | 37.98 | 9.18 | - |
| YUV | 158.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 55 | 0 | 0.07 | 0.69 | 0.29 | 54.24 | 0.53 | 0.46 |
| Hex | B4 | A8 | 37 | 0 | 7 | 45 | 1D | 36 | 35 | 2E |
| Octal | 264 | 250 | 67 | 0 | 7 | 105 | 35 | 66 | 65 | 56 |
| Binary | 10110100 | 10101000 | 110111 | 0 | 111 | 1000101 | 11101 | 110110 | 110101 | 101110 |
Color Harmonies of #B4A837
Complementary color
Monochromatic Colors of #B4A837
Black with #B4A837
Text Example
Text Example
White with #B4A837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A837; }
p { color: rgb(180,168,55); }
H1.HeaderClassName
{
color: #B4A837;
}
.AnyTagClassName
{
color: #B4A837;
}
</style>
background-color css
<style>
a { background-color: #B4A837; }
a { background-color: rgb(180,168,55); }
div.DivClassName
{
background-color: #B4A837;
}
.BgClassName
{
background-color: #B4A837;
}
</style>
border-color css
<style>
span { border-color: #B4A837; }
span { border-color: rgb(180,168,55); }
td.TdClassName
{
border-color: #B4A837;
}
.TagClassName
{
border-color: #B4A837;
}
</style>