Shades of Brass #BBA040
Tints of Brass #BBA040
RGB
CMYK
RGB Variations
Color information
#BBA040 (or 0xBBA040) is known color: Brass. HEX triplet: BB, A0 and 40. RGB value is (187,160,64). Sum of RGB (Red+Green+Blue) = 187+160+64=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA040 is #445FBF. Grayscale: #9D9D9D. Windows color (decimal): -4480960 or 4235451. OLE color: 4235451.
HSL color Cylindrical-coordinate representation of color #BBA040: hue angle of 46.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBA040 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 64 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.27 |
| HSL | 46.83º | 0.49% | 0.49% | - |
| HSV(B) | 46.83º | 0.66% | 0.73% | - |
| XYZ | 33.99 | 36.08 | 10.02 | - |
| YUV | 157.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 64 | 0 | 0.14 | 0.66 | 0.27 | 46.83 | 0.49 | 0.49 |
| Hex | BB | A0 | 40 | 0 | E | 42 | 1B | 2F | 31 | 31 |
| Octal | 273 | 240 | 100 | 0 | 16 | 102 | 33 | 57 | 61 | 61 |
| Binary | 10111011 | 10100000 | 1000000 | 0 | 1110 | 1000010 | 11011 | 101111 | 110001 | 110001 |
Color Harmonies of #BBA040
Complementary color
Monochromatic Colors of #BBA040
Black with #BBA040
Text Example
Text Example
White with #BBA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA040; }
p { color: rgb(187,160,64); }
H1.HeaderClassName
{
color: #BBA040;
}
.AnyTagClassName
{
color: #BBA040;
}
</style>
background-color css
<style>
a { background-color: #BBA040; }
a { background-color: rgb(187,160,64); }
div.DivClassName
{
background-color: #BBA040;
}
.BgClassName
{
background-color: #BBA040;
}
</style>
border-color css
<style>
span { border-color: #BBA040; }
span { border-color: rgb(187,160,64); }
td.TdClassName
{
border-color: #BBA040;
}
.TagClassName
{
border-color: #BBA040;
}
</style>