Shades of Brass #BBA238
Tints of Brass #BBA238
RGB
CMYK
RGB Variations
Color information
#BBA238 (or 0xBBA238) is known color: Brass. HEX triplet: BB, A2 and 38. RGB value is (187,162,56). Sum of RGB (Red+Green+Blue) = 187+162+56=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA238 is #445DC7. Grayscale: #9D9D9D. Windows color (decimal): -4480456 or 3711675. OLE color: 3711675.
HSL color Cylindrical-coordinate representation of color #BBA238: hue angle of 48.55º degrees, saturation: 0.54, 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 #BBA238 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 56 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.27 |
| HSL | 48.55º | 0.54% | 0.48% | - |
| HSV(B) | 48.55º | 0.7% | 0.73% | - |
| XYZ | 34.13 | 36.69 | 9.02 | - |
| YUV | 157.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 56 | 0 | 0.13 | 0.70 | 0.27 | 48.55 | 0.54 | 0.48 |
| Hex | BB | A2 | 38 | 0 | D | 46 | 1B | 31 | 36 | 30 |
| Octal | 273 | 242 | 70 | 0 | 15 | 106 | 33 | 61 | 66 | 60 |
| Binary | 10111011 | 10100010 | 111000 | 0 | 1101 | 1000110 | 11011 | 110001 | 110110 | 110000 |
Color Harmonies of #BBA238
Complementary color
Monochromatic Colors of #BBA238
Black with #BBA238
Text Example
Text Example
White with #BBA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA238; }
p { color: rgb(187,162,56); }
H1.HeaderClassName
{
color: #BBA238;
}
.AnyTagClassName
{
color: #BBA238;
}
</style>
background-color css
<style>
a { background-color: #BBA238; }
a { background-color: rgb(187,162,56); }
div.DivClassName
{
background-color: #BBA238;
}
.BgClassName
{
background-color: #BBA238;
}
</style>
border-color css
<style>
span { border-color: #BBA238; }
span { border-color: rgb(187,162,56); }
td.TdClassName
{
border-color: #BBA238;
}
.TagClassName
{
border-color: #BBA238;
}
</style>