Shades of Brass #BAB346
Tints of Brass #BAB346
RGB
CMYK
RGB Variations
Color information
#BAB346 (or 0xBAB346) is known color: Brass. HEX triplet: BA, B3 and 46. RGB value is (186,179,70). Sum of RGB (Red+Green+Blue) = 186+179+70=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB346 is #454CB9. Grayscale: #A9A9A9. Windows color (decimal): -4541626 or 4633530. OLE color: 4633530.
HSL color Cylindrical-coordinate representation of color #BAB346: hue angle of 56.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB346 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 70 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.27 |
| HSL | 56.38º | 0.46% | 0.5% | - |
| HSV(B) | 56.38º | 0.62% | 0.73% | - |
| XYZ | 37.48 | 43.12 | 12.14 | - |
| YUV | 168.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 70 | 0 | 0.04 | 0.62 | 0.27 | 56.38 | 0.46 | 0.5 |
| Hex | BA | B3 | 46 | 0 | 4 | 3E | 1B | 38 | 2E | 32 |
| Octal | 272 | 263 | 106 | 0 | 4 | 76 | 33 | 70 | 56 | 62 |
| Binary | 10111010 | 10110011 | 1000110 | 0 | 100 | 111110 | 11011 | 111000 | 101110 | 110010 |
Color Harmonies of #BAB346
Complementary color
Monochromatic Colors of #BAB346
Black with #BAB346
Text Example
Text Example
White with #BAB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB346; }
p { color: rgb(186,179,70); }
H1.HeaderClassName
{
color: #BAB346;
}
.AnyTagClassName
{
color: #BAB346;
}
</style>
background-color css
<style>
a { background-color: #BAB346; }
a { background-color: rgb(186,179,70); }
div.DivClassName
{
background-color: #BAB346;
}
.BgClassName
{
background-color: #BAB346;
}
</style>
border-color css
<style>
span { border-color: #BAB346; }
span { border-color: rgb(186,179,70); }
td.TdClassName
{
border-color: #BAB346;
}
.TagClassName
{
border-color: #BAB346;
}
</style>