Shades of Brass #BBA746
Tints of Brass #BBA746
RGB
CMYK
RGB Variations
Color information
#BBA746 (or 0xBBA746) is known color: Brass. HEX triplet: BB, A7 and 46. RGB value is (187,167,70). Sum of RGB (Red+Green+Blue) = 187+167+70=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA746 is #4458B9. Grayscale: #A2A2A2. Windows color (decimal): -4479162 or 4630459. OLE color: 4630459.
HSL color Cylindrical-coordinate representation of color #BBA746: hue angle of 49.74º 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 #BBA746 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 70 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.27 |
| HSL | 49.74º | 0.46% | 0.5% | - |
| HSV(B) | 49.74º | 0.63% | 0.73% | - |
| XYZ | 35.42 | 38.64 | 11.39 | - |
| YUV | 161.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 70 | 0 | 0.11 | 0.63 | 0.27 | 49.74 | 0.46 | 0.5 |
| Hex | BB | A7 | 46 | 0 | B | 3F | 1B | 32 | 2E | 32 |
| Octal | 273 | 247 | 106 | 0 | 13 | 77 | 33 | 62 | 56 | 62 |
| Binary | 10111011 | 10100111 | 1000110 | 0 | 1011 | 111111 | 11011 | 110010 | 101110 | 110010 |
Color Harmonies of #BBA746
Complementary color
Monochromatic Colors of #BBA746
Black with #BBA746
Text Example
Text Example
White with #BBA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA746; }
p { color: rgb(187,167,70); }
H1.HeaderClassName
{
color: #BBA746;
}
.AnyTagClassName
{
color: #BBA746;
}
</style>
background-color css
<style>
a { background-color: #BBA746; }
a { background-color: rgb(187,167,70); }
div.DivClassName
{
background-color: #BBA746;
}
.BgClassName
{
background-color: #BBA746;
}
</style>
border-color css
<style>
span { border-color: #BBA746; }
span { border-color: rgb(187,167,70); }
td.TdClassName
{
border-color: #BBA746;
}
.TagClassName
{
border-color: #BBA746;
}
</style>