Shades of Brass #B3A144
Tints of Brass #B3A144
RGB
CMYK
RGB Variations
Color information
#B3A144 (or 0xB3A144) is known color: Brass. HEX triplet: B3, A1 and 44. RGB value is (179,161,68). Sum of RGB (Red+Green+Blue) = 179+161+68=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A144 is #4C5EBB. Grayscale: #9C9C9C. Windows color (decimal): -5004988 or 4497843. OLE color: 4497843.
HSL color Cylindrical-coordinate representation of color #B3A144: hue angle of 50.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3A144 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 161 | 68 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.30 |
| HSL | 50.27º | 0.45% | 0.48% | - |
| HSV(B) | 50.27º | 0.62% | 0.7% | - |
| XYZ | 32.38 | 35.49 | 10.61 | - |
| YUV | 155.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 68 | 0 | 0.10 | 0.62 | 0.30 | 50.27 | 0.45 | 0.48 |
| Hex | B3 | A1 | 44 | 0 | A | 3E | 1E | 32 | 2D | 30 |
| Octal | 263 | 241 | 104 | 0 | 12 | 76 | 36 | 62 | 55 | 60 |
| Binary | 10110011 | 10100001 | 1000100 | 0 | 1010 | 111110 | 11110 | 110010 | 101101 | 110000 |
Color Harmonies of #B3A144
Complementary color
Monochromatic Colors of #B3A144
Black with #B3A144
Text Example
Text Example
White with #B3A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A144; }
p { color: rgb(179,161,68); }
H1.HeaderClassName
{
color: #B3A144;
}
.AnyTagClassName
{
color: #B3A144;
}
</style>
background-color css
<style>
a { background-color: #B3A144; }
a { background-color: rgb(179,161,68); }
div.DivClassName
{
background-color: #B3A144;
}
.BgClassName
{
background-color: #B3A144;
}
</style>
border-color css
<style>
span { border-color: #B3A144; }
span { border-color: rgb(179,161,68); }
td.TdClassName
{
border-color: #B3A144;
}
.TagClassName
{
border-color: #B3A144;
}
</style>