Shades of Brass #BBA044
Tints of Brass #BBA044
RGB
CMYK
RGB Variations
Color information
#BBA044 (or 0xBBA044) is known color: Brass. HEX triplet: BB, A0 and 44. RGB value is (187,160,68). Sum of RGB (Red+Green+Blue) = 187+160+68=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA044 is #445FBB. Grayscale: #9D9D9D. Windows color (decimal): -4480956 or 4497595. OLE color: 4497595.
HSL color Cylindrical-coordinate representation of color #BBA044: hue angle of 46.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBA044 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 68 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.27 |
| HSL | 46.39º | 0.47% | 0.5% | - |
| HSV(B) | 46.39º | 0.64% | 0.73% | - |
| XYZ | 34.11 | 36.12 | 10.64 | - |
| YUV | 157.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 68 | 0 | 0.14 | 0.64 | 0.27 | 46.39 | 0.47 | 0.5 |
| Hex | BB | A0 | 44 | 0 | E | 40 | 1B | 2E | 2F | 32 |
| Octal | 273 | 240 | 104 | 0 | 16 | 100 | 33 | 56 | 57 | 62 |
| Binary | 10111011 | 10100000 | 1000100 | 0 | 1110 | 1000000 | 11011 | 101110 | 101111 | 110010 |
Color Harmonies of #BBA044
Complementary color
Monochromatic Colors of #BBA044
Black with #BBA044
Text Example
Text Example
White with #BBA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA044; }
p { color: rgb(187,160,68); }
H1.HeaderClassName
{
color: #BBA044;
}
.AnyTagClassName
{
color: #BBA044;
}
</style>
background-color css
<style>
a { background-color: #BBA044; }
a { background-color: rgb(187,160,68); }
div.DivClassName
{
background-color: #BBA044;
}
.BgClassName
{
background-color: #BBA044;
}
</style>
border-color css
<style>
span { border-color: #BBA044; }
span { border-color: rgb(187,160,68); }
td.TdClassName
{
border-color: #BBA044;
}
.TagClassName
{
border-color: #BBA044;
}
</style>