Shades of Brass #B4A043
Tints of Brass #B4A043
RGB
CMYK
RGB Variations
Color information
#B4A043 (or 0xB4A043) is known color: Brass. HEX triplet: B4, A0 and 43. RGB value is (180,160,67). Sum of RGB (Red+Green+Blue) = 180+160+67=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A043 is #4B5FBC. Grayscale: #9B9B9B. Windows color (decimal): -4939709 or 4432052. OLE color: 4432052.
HSL color Cylindrical-coordinate representation of color #B4A043: hue angle of 49.38º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4A043 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 67 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.29 |
| HSL | 49.38º | 0.46% | 0.48% | - |
| HSV(B) | 49.38º | 0.63% | 0.71% | - |
| XYZ | 32.41 | 35.25 | 10.41 | - |
| YUV | 155.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 67 | 0 | 0.11 | 0.63 | 0.29 | 49.38 | 0.46 | 0.48 |
| Hex | B4 | A0 | 43 | 0 | B | 3F | 1D | 31 | 2E | 30 |
| Octal | 264 | 240 | 103 | 0 | 13 | 77 | 35 | 61 | 56 | 60 |
| Binary | 10110100 | 10100000 | 1000011 | 0 | 1011 | 111111 | 11101 | 110001 | 101110 | 110000 |
Color Harmonies of #B4A043
Complementary color
Monochromatic Colors of #B4A043
Black with #B4A043
Text Example
Text Example
White with #B4A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A043; }
p { color: rgb(180,160,67); }
H1.HeaderClassName
{
color: #B4A043;
}
.AnyTagClassName
{
color: #B4A043;
}
</style>
background-color css
<style>
a { background-color: #B4A043; }
a { background-color: rgb(180,160,67); }
div.DivClassName
{
background-color: #B4A043;
}
.BgClassName
{
background-color: #B4A043;
}
</style>
border-color css
<style>
span { border-color: #B4A043; }
span { border-color: rgb(180,160,67); }
td.TdClassName
{
border-color: #B4A043;
}
.TagClassName
{
border-color: #B4A043;
}
</style>