Shades of Brass #BAB03C
Tints of Brass #BAB03C
RGB
CMYK
RGB Variations
Color information
#BAB03C (or 0xBAB03C) is known color: Brass. HEX triplet: BA, B0 and 3C. RGB value is (186,176,60). Sum of RGB (Red+Green+Blue) = 186+176+60=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB03C is #454FC3. Grayscale: #A6A6A6. Windows color (decimal): -4542404 or 3977402. OLE color: 3977402.
HSL color Cylindrical-coordinate representation of color #BAB03C: hue angle of 55.24º 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 #BAB03C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 60 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.27 |
| HSL | 55.24º | 0.51% | 0.48% | - |
| HSV(B) | 55.24º | 0.68% | 0.73% | - |
| XYZ | 36.59 | 41.82 | 10.42 | - |
| YUV | 165.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 60 | 0 | 0.05 | 0.68 | 0.27 | 55.24 | 0.51 | 0.48 |
| Hex | BA | B0 | 3C | 0 | 5 | 44 | 1B | 37 | 33 | 30 |
| Octal | 272 | 260 | 74 | 0 | 5 | 104 | 33 | 67 | 63 | 60 |
| Binary | 10111010 | 10110000 | 111100 | 0 | 101 | 1000100 | 11011 | 110111 | 110011 | 110000 |
Color Harmonies of #BAB03C
Complementary color
Monochromatic Colors of #BAB03C
Black with #BAB03C
Text Example
Text Example
White with #BAB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB03C; }
p { color: rgb(186,176,60); }
H1.HeaderClassName
{
color: #BAB03C;
}
.AnyTagClassName
{
color: #BAB03C;
}
</style>
background-color css
<style>
a { background-color: #BAB03C; }
a { background-color: rgb(186,176,60); }
div.DivClassName
{
background-color: #BAB03C;
}
.BgClassName
{
background-color: #BAB03C;
}
</style>
border-color css
<style>
span { border-color: #BAB03C; }
span { border-color: rgb(186,176,60); }
td.TdClassName
{
border-color: #BAB03C;
}
.TagClassName
{
border-color: #BAB03C;
}
</style>