Shades of Brass #BBA846
Tints of Brass #BBA846
RGB
CMYK
RGB Variations
Color information
#BBA846 (or 0xBBA846) is known color: Brass. HEX triplet: BB, A8 and 46. RGB value is (187,168,70). Sum of RGB (Red+Green+Blue) = 187+168+70=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA846 is #4457B9. Grayscale: #A2A2A2. Windows color (decimal): -4478906 or 4630715. OLE color: 4630715.
HSL color Cylindrical-coordinate representation of color #BBA846: hue angle of 50.26º 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 #BBA846 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 70 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.27 |
| HSL | 50.26º | 0.46% | 0.5% | - |
| HSV(B) | 50.26º | 0.63% | 0.73% | - |
| XYZ | 35.6 | 39.01 | 11.45 | - |
| YUV | 162.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 70 | 0 | 0.10 | 0.63 | 0.27 | 50.26 | 0.46 | 0.5 |
| Hex | BB | A8 | 46 | 0 | A | 3F | 1B | 32 | 2E | 32 |
| Octal | 273 | 250 | 106 | 0 | 12 | 77 | 33 | 62 | 56 | 62 |
| Binary | 10111011 | 10101000 | 1000110 | 0 | 1010 | 111111 | 11011 | 110010 | 101110 | 110010 |
Color Harmonies of #BBA846
Complementary color
Monochromatic Colors of #BBA846
Black with #BBA846
Text Example
Text Example
White with #BBA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA846; }
p { color: rgb(187,168,70); }
H1.HeaderClassName
{
color: #BBA846;
}
.AnyTagClassName
{
color: #BBA846;
}
</style>
background-color css
<style>
a { background-color: #BBA846; }
a { background-color: rgb(187,168,70); }
div.DivClassName
{
background-color: #BBA846;
}
.BgClassName
{
background-color: #BBA846;
}
</style>
border-color css
<style>
span { border-color: #BBA846; }
span { border-color: rgb(187,168,70); }
td.TdClassName
{
border-color: #BBA846;
}
.TagClassName
{
border-color: #BBA846;
}
</style>