Shades of Brass #BAB63C
Tints of Brass #BAB63C
RGB
CMYK
RGB Variations
Color information
#BAB63C (or 0xBAB63C) is known color: Brass. HEX triplet: BA, B6 and 3C. RGB value is (186,182,60). Sum of RGB (Red+Green+Blue) = 186+182+60=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB63C is #4549C3. Grayscale: #A9A9A9. Windows color (decimal): -4540868 or 3978938. OLE color: 3978938.
HSL color Cylindrical-coordinate representation of color #BAB63C: hue angle of 58.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAB63C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 60 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.27 |
| HSL | 58.1º | 0.51% | 0.48% | - |
| HSV(B) | 58.1º | 0.68% | 0.73% | - |
| XYZ | 37.79 | 44.22 | 10.82 | - |
| YUV | 169.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 60 | 0 | 0.02 | 0.68 | 0.27 | 58.1 | 0.51 | 0.48 |
| Hex | BA | B6 | 3C | 0 | 2 | 44 | 1B | 3A | 33 | 30 |
| Octal | 272 | 266 | 74 | 0 | 2 | 104 | 33 | 72 | 63 | 60 |
| Binary | 10111010 | 10110110 | 111100 | 0 | 10 | 1000100 | 11011 | 111010 | 110011 | 110000 |
Color Harmonies of #BAB63C
Complementary color
Monochromatic Colors of #BAB63C
Black with #BAB63C
Text Example
Text Example
White with #BAB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB63C; }
p { color: rgb(186,182,60); }
H1.HeaderClassName
{
color: #BAB63C;
}
.AnyTagClassName
{
color: #BAB63C;
}
</style>
background-color css
<style>
a { background-color: #BAB63C; }
a { background-color: rgb(186,182,60); }
div.DivClassName
{
background-color: #BAB63C;
}
.BgClassName
{
background-color: #BAB63C;
}
</style>
border-color css
<style>
span { border-color: #BAB63C; }
span { border-color: rgb(186,182,60); }
td.TdClassName
{
border-color: #BAB63C;
}
.TagClassName
{
border-color: #BAB63C;
}
</style>