Shades of Brass #BBA239
Tints of Brass #BBA239
RGB
CMYK
RGB Variations
Color information
#BBA239 (or 0xBBA239) is known color: Brass. HEX triplet: BB, A2 and 39. RGB value is (187,162,57). Sum of RGB (Red+Green+Blue) = 187+162+57=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 57 (22.66% from 255 or 14.04% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA239 is #445DC6. Grayscale: #9D9D9D. Windows color (decimal): -4480455 or 3777211. OLE color: 3777211.
HSL color Cylindrical-coordinate representation of color #BBA239: hue angle of 48.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBA239 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 57 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.27 |
| HSL | 48.46º | 0.53% | 0.48% | - |
| HSV(B) | 48.46º | 0.7% | 0.73% | - |
| XYZ | 34.15 | 36.7 | 9.15 | - |
| YUV | 157.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 57 | 0 | 0.13 | 0.70 | 0.27 | 48.46 | 0.53 | 0.48 |
| Hex | BB | A2 | 39 | 0 | D | 46 | 1B | 30 | 35 | 30 |
| Octal | 273 | 242 | 71 | 0 | 15 | 106 | 33 | 60 | 65 | 60 |
| Binary | 10111011 | 10100010 | 111001 | 0 | 1101 | 1000110 | 11011 | 110000 | 110101 | 110000 |
Color Harmonies of #BBA239
Complementary color
Monochromatic Colors of #BBA239
Black with #BBA239
Text Example
Text Example
White with #BBA239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA239; }
p { color: rgb(187,162,57); }
H1.HeaderClassName
{
color: #BBA239;
}
.AnyTagClassName
{
color: #BBA239;
}
</style>
background-color css
<style>
a { background-color: #BBA239; }
a { background-color: rgb(187,162,57); }
div.DivClassName
{
background-color: #BBA239;
}
.BgClassName
{
background-color: #BBA239;
}
</style>
border-color css
<style>
span { border-color: #BBA239; }
span { border-color: rgb(187,162,57); }
td.TdClassName
{
border-color: #BBA239;
}
.TagClassName
{
border-color: #BBA239;
}
</style>