Shades of Brass #BBA747
Tints of Brass #BBA747
RGB
CMYK
RGB Variations
Color information
#BBA747 (or 0xBBA747) is known color: Brass. HEX triplet: BB, A7 and 47. RGB value is (187,167,71). Sum of RGB (Red+Green+Blue) = 187+167+71=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA747 is #4458B8. Grayscale: #A2A2A2. Windows color (decimal): -4479161 or 4695995. OLE color: 4695995.
HSL color Cylindrical-coordinate representation of color #BBA747: hue angle of 49.66º 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 #BBA747 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 71 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.27 |
| HSL | 49.66º | 0.46% | 0.51% | - |
| HSV(B) | 49.66º | 0.62% | 0.73% | - |
| XYZ | 35.45 | 38.66 | 11.55 | - |
| YUV | 162.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 71 | 0 | 0.11 | 0.62 | 0.27 | 49.66 | 0.46 | 0.51 |
| Hex | BB | A7 | 47 | 0 | B | 3E | 1B | 32 | 2E | 33 |
| Octal | 273 | 247 | 107 | 0 | 13 | 76 | 33 | 62 | 56 | 63 |
| Binary | 10111011 | 10100111 | 1000111 | 0 | 1011 | 111110 | 11011 | 110010 | 101110 | 110011 |
Color Harmonies of #BBA747
Complementary color
Monochromatic Colors of #BBA747
Black with #BBA747
Text Example
Text Example
White with #BBA747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA747; }
p { color: rgb(187,167,71); }
H1.HeaderClassName
{
color: #BBA747;
}
.AnyTagClassName
{
color: #BBA747;
}
</style>
background-color css
<style>
a { background-color: #BBA747; }
a { background-color: rgb(187,167,71); }
div.DivClassName
{
background-color: #BBA747;
}
.BgClassName
{
background-color: #BBA747;
}
</style>
border-color css
<style>
span { border-color: #BBA747; }
span { border-color: rgb(187,167,71); }
td.TdClassName
{
border-color: #BBA747;
}
.TagClassName
{
border-color: #BBA747;
}
</style>