Shades of Brass #BBA246
Tints of Brass #BBA246
RGB
CMYK
RGB Variations
Color information
#BBA246 (or 0xBBA246) is known color: Brass. HEX triplet: BB, A2 and 46. RGB value is (187,162,70). Sum of RGB (Red+Green+Blue) = 187+162+70=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA246 is #445DB9. Grayscale: #9F9F9F. Windows color (decimal): -4480442 or 4629179. OLE color: 4629179.
HSL color Cylindrical-coordinate representation of color #BBA246: hue angle of 47.18º 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 #BBA246 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 70 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.27 |
| HSL | 47.18º | 0.46% | 0.5% | - |
| HSV(B) | 47.18º | 0.63% | 0.73% | - |
| XYZ | 34.52 | 36.85 | 11.09 | - |
| YUV | 158.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 70 | 0 | 0.13 | 0.63 | 0.27 | 47.18 | 0.46 | 0.5 |
| Hex | BB | A2 | 46 | 0 | D | 3F | 1B | 2F | 2E | 32 |
| Octal | 273 | 242 | 106 | 0 | 15 | 77 | 33 | 57 | 56 | 62 |
| Binary | 10111011 | 10100010 | 1000110 | 0 | 1101 | 111111 | 11011 | 101111 | 101110 | 110010 |
Color Harmonies of #BBA246
Complementary color
Monochromatic Colors of #BBA246
Black with #BBA246
Text Example
Text Example
White with #BBA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA246; }
p { color: rgb(187,162,70); }
H1.HeaderClassName
{
color: #BBA246;
}
.AnyTagClassName
{
color: #BBA246;
}
</style>
background-color css
<style>
a { background-color: #BBA246; }
a { background-color: rgb(187,162,70); }
div.DivClassName
{
background-color: #BBA246;
}
.BgClassName
{
background-color: #BBA246;
}
</style>
border-color css
<style>
span { border-color: #BBA246; }
span { border-color: rgb(187,162,70); }
td.TdClassName
{
border-color: #BBA246;
}
.TagClassName
{
border-color: #BBA246;
}
</style>