Shades of Brass #BBA145
Tints of Brass #BBA145
RGB
CMYK
RGB Variations
Color information
#BBA145 (or 0xBBA145) is known color: Brass. HEX triplet: BB, A1 and 45. RGB value is (187,161,69). Sum of RGB (Red+Green+Blue) = 187+161+69=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA145 is #445EBA. Grayscale: #9E9E9E. Windows color (decimal): -4480699 or 4563387. OLE color: 4563387.
HSL color Cylindrical-coordinate representation of color #BBA145: hue angle of 46.78º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBA145 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 69 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.27 |
| HSL | 46.78º | 0.46% | 0.5% | - |
| HSV(B) | 46.78º | 0.63% | 0.73% | - |
| XYZ | 34.31 | 36.48 | 10.86 | - |
| YUV | 158.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 69 | 0 | 0.14 | 0.63 | 0.27 | 46.78 | 0.46 | 0.5 |
| Hex | BB | A1 | 45 | 0 | E | 3F | 1B | 2F | 2E | 32 |
| Octal | 273 | 241 | 105 | 0 | 16 | 77 | 33 | 57 | 56 | 62 |
| Binary | 10111011 | 10100001 | 1000101 | 0 | 1110 | 111111 | 11011 | 101111 | 101110 | 110010 |
Color Harmonies of #BBA145
Complementary color
Monochromatic Colors of #BBA145
Black with #BBA145
Text Example
Text Example
White with #BBA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA145; }
p { color: rgb(187,161,69); }
H1.HeaderClassName
{
color: #BBA145;
}
.AnyTagClassName
{
color: #BBA145;
}
</style>
background-color css
<style>
a { background-color: #BBA145; }
a { background-color: rgb(187,161,69); }
div.DivClassName
{
background-color: #BBA145;
}
.BgClassName
{
background-color: #BBA145;
}
</style>
border-color css
<style>
span { border-color: #BBA145; }
span { border-color: rgb(187,161,69); }
td.TdClassName
{
border-color: #BBA145;
}
.TagClassName
{
border-color: #BBA145;
}
</style>