Shades of Brass #B4A24A
Tints of Brass #B4A24A
RGB
CMYK
RGB Variations
Color information
#B4A24A (or 0xB4A24A) is known color: Brass. HEX triplet: B4, A2 and 4A. RGB value is (180,162,74). Sum of RGB (Red+Green+Blue) = 180+162+74=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A24A is #4B5DB5. Grayscale: #9D9D9D. Windows color (decimal): -4939190 or 4891316. OLE color: 4891316.
HSL color Cylindrical-coordinate representation of color #B4A24A: hue angle of 49.81º 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 #B4A24A is Cyan = 0, Magento = 0.1, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 74 | - |
| CMYK | 0 | 0.1 | 0.59 | 0.29 |
| HSL | 49.81º | 0.42% | 0.5% | - |
| HSV(B) | 49.81º | 0.59% | 0.71% | - |
| XYZ | 32.98 | 36.04 | 11.7 | - |
| YUV | 157.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 74 | 0 | 0.1 | 0.59 | 0.29 | 49.81 | 0.42 | 0.5 |
| Hex | B4 | A2 | 4A | 0 | A | 3B | 1D | 32 | 2A | 32 |
| Octal | 264 | 242 | 112 | 0 | 12 | 73 | 35 | 62 | 52 | 62 |
| Binary | 10110100 | 10100010 | 1001010 | 0 | 1010 | 111011 | 11101 | 110010 | 101010 | 110010 |
Color Harmonies of #B4A24A
Complementary color
Monochromatic Colors of #B4A24A
Black with #B4A24A
Text Example
Text Example
White with #B4A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A24A; }
p { color: rgb(180,162,74); }
H1.HeaderClassName
{
color: #B4A24A;
}
.AnyTagClassName
{
color: #B4A24A;
}
</style>
background-color css
<style>
a { background-color: #B4A24A; }
a { background-color: rgb(180,162,74); }
div.DivClassName
{
background-color: #B4A24A;
}
.BgClassName
{
background-color: #B4A24A;
}
</style>
border-color css
<style>
span { border-color: #B4A24A; }
span { border-color: rgb(180,162,74); }
td.TdClassName
{
border-color: #B4A24A;
}
.TagClassName
{
border-color: #B4A24A;
}
</style>