Shades of Brass #BBA147
Tints of Brass #BBA147
RGB
CMYK
RGB Variations
Color information
#BBA147 (or 0xBBA147) is known color: Brass. HEX triplet: BB, A1 and 47. RGB value is (187,161,71). Sum of RGB (Red+Green+Blue) = 187+161+71=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA147 is #445EB8. Grayscale: #9E9E9E. Windows color (decimal): -4480697 or 4694459. OLE color: 4694459.
HSL color Cylindrical-coordinate representation of color #BBA147: hue angle of 46.55º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBA147 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 71 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.27 |
| HSL | 46.55º | 0.46% | 0.51% | - |
| HSV(B) | 46.55º | 0.62% | 0.73% | - |
| XYZ | 34.38 | 36.51 | 11.2 | - |
| YUV | 158.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 71 | 0 | 0.14 | 0.62 | 0.27 | 46.55 | 0.46 | 0.51 |
| Hex | BB | A1 | 47 | 0 | E | 3E | 1B | 2F | 2E | 33 |
| Octal | 273 | 241 | 107 | 0 | 16 | 76 | 33 | 57 | 56 | 63 |
| Binary | 10111011 | 10100001 | 1000111 | 0 | 1110 | 111110 | 11011 | 101111 | 101110 | 110011 |
Color Harmonies of #BBA147
Complementary color
Monochromatic Colors of #BBA147
Black with #BBA147
Text Example
Text Example
White with #BBA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA147; }
p { color: rgb(187,161,71); }
H1.HeaderClassName
{
color: #BBA147;
}
.AnyTagClassName
{
color: #BBA147;
}
</style>
background-color css
<style>
a { background-color: #BBA147; }
a { background-color: rgb(187,161,71); }
div.DivClassName
{
background-color: #BBA147;
}
.BgClassName
{
background-color: #BBA147;
}
</style>
border-color css
<style>
span { border-color: #BBA147; }
span { border-color: rgb(187,161,71); }
td.TdClassName
{
border-color: #BBA147;
}
.TagClassName
{
border-color: #BBA147;
}
</style>