Shades of Brass #B0A144
Tints of Brass #B0A144
RGB
CMYK
RGB Variations
Color information
#B0A144 (or 0xB0A144) is known color: Brass. HEX triplet: B0, A1 and 44. RGB value is (176,161,68). Sum of RGB (Red+Green+Blue) = 176+161+68=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 68 (26.95% from 255 or 16.79% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A144 is #4F5EBB. Grayscale: #9B9B9B. Windows color (decimal): -5201596 or 4497840. OLE color: 4497840.
HSL color Cylindrical-coordinate representation of color #B0A144: hue angle of 51.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0A144 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 68 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.31 |
| HSL | 51.67º | 0.44% | 0.48% | - |
| HSV(B) | 51.67º | 0.61% | 0.69% | - |
| XYZ | 31.69 | 35.14 | 10.58 | - |
| YUV | 154.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 68 | 0 | 0.09 | 0.61 | 0.31 | 51.67 | 0.44 | 0.48 |
| Hex | B0 | A1 | 44 | 0 | 9 | 3D | 1F | 34 | 2C | 30 |
| Octal | 260 | 241 | 104 | 0 | 11 | 75 | 37 | 64 | 54 | 60 |
| Binary | 10110000 | 10100001 | 1000100 | 0 | 1001 | 111101 | 11111 | 110100 | 101100 | 110000 |
Color Harmonies of #B0A144
Complementary color
Monochromatic Colors of #B0A144
Black with #B0A144
Text Example
Text Example
White with #B0A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A144; }
p { color: rgb(176,161,68); }
H1.HeaderClassName
{
color: #B0A144;
}
.AnyTagClassName
{
color: #B0A144;
}
</style>
background-color css
<style>
a { background-color: #B0A144; }
a { background-color: rgb(176,161,68); }
div.DivClassName
{
background-color: #B0A144;
}
.BgClassName
{
background-color: #B0A144;
}
</style>
border-color css
<style>
span { border-color: #B0A144; }
span { border-color: rgb(176,161,68); }
td.TdClassName
{
border-color: #B0A144;
}
.TagClassName
{
border-color: #B0A144;
}
</style>