Shades of Brass #BAB641
Tints of Brass #BAB641
RGB
CMYK
RGB Variations
Color information
#BAB641 (or 0xBAB641) is known color: Brass. HEX triplet: BA, B6 and 41. RGB value is (186,182,65). Sum of RGB (Red+Green+Blue) = 186+182+65=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB641 is #4549BE. Grayscale: #AAAAAA. Windows color (decimal): -4540863 or 4306618. OLE color: 4306618.
HSL color Cylindrical-coordinate representation of color #BAB641: hue angle of 58.02º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAB641 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 65 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.27 |
| HSL | 58.02º | 0.48% | 0.49% | - |
| HSV(B) | 58.02º | 0.65% | 0.73% | - |
| XYZ | 37.93 | 44.28 | 11.55 | - |
| YUV | 169.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 65 | 0 | 0.02 | 0.65 | 0.27 | 58.02 | 0.48 | 0.49 |
| Hex | BA | B6 | 41 | 0 | 2 | 41 | 1B | 3A | 30 | 31 |
| Octal | 272 | 266 | 101 | 0 | 2 | 101 | 33 | 72 | 60 | 61 |
| Binary | 10111010 | 10110110 | 1000001 | 0 | 10 | 1000001 | 11011 | 111010 | 110000 | 110001 |
Color Harmonies of #BAB641
Complementary color
Monochromatic Colors of #BAB641
Black with #BAB641
Text Example
Text Example
White with #BAB641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB641; }
p { color: rgb(186,182,65); }
H1.HeaderClassName
{
color: #BAB641;
}
.AnyTagClassName
{
color: #BAB641;
}
</style>
background-color css
<style>
a { background-color: #BAB641; }
a { background-color: rgb(186,182,65); }
div.DivClassName
{
background-color: #BAB641;
}
.BgClassName
{
background-color: #BAB641;
}
</style>
border-color css
<style>
span { border-color: #BAB641; }
span { border-color: rgb(186,182,65); }
td.TdClassName
{
border-color: #BAB641;
}
.TagClassName
{
border-color: #BAB641;
}
</style>