Shades of Brass #BAB03E
Tints of Brass #BAB03E
RGB
CMYK
RGB Variations
Color information
#BAB03E (or 0xBAB03E) is known color: Brass. HEX triplet: BA, B0 and 3E. RGB value is (186,176,62). Sum of RGB (Red+Green+Blue) = 186+176+62=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB03E is #454FC1. Grayscale: #A6A6A6. Windows color (decimal): -4542402 or 4108474. OLE color: 4108474.
HSL color Cylindrical-coordinate representation of color #BAB03E: hue angle of 55.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAB03E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 62 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.27 |
| HSL | 55.16º | 0.5% | 0.49% | - |
| HSV(B) | 55.16º | 0.67% | 0.73% | - |
| XYZ | 36.64 | 41.84 | 10.7 | - |
| YUV | 165.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 62 | 0 | 0.05 | 0.67 | 0.27 | 55.16 | 0.5 | 0.49 |
| Hex | BA | B0 | 3E | 0 | 5 | 43 | 1B | 37 | 32 | 31 |
| Octal | 272 | 260 | 76 | 0 | 5 | 103 | 33 | 67 | 62 | 61 |
| Binary | 10111010 | 10110000 | 111110 | 0 | 101 | 1000011 | 11011 | 110111 | 110010 | 110001 |
Color Harmonies of #BAB03E
Complementary color
Monochromatic Colors of #BAB03E
Black with #BAB03E
Text Example
Text Example
White with #BAB03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB03E; }
p { color: rgb(186,176,62); }
H1.HeaderClassName
{
color: #BAB03E;
}
.AnyTagClassName
{
color: #BAB03E;
}
</style>
background-color css
<style>
a { background-color: #BAB03E; }
a { background-color: rgb(186,176,62); }
div.DivClassName
{
background-color: #BAB03E;
}
.BgClassName
{
background-color: #BAB03E;
}
</style>
border-color css
<style>
span { border-color: #BAB03E; }
span { border-color: rgb(186,176,62); }
td.TdClassName
{
border-color: #BAB03E;
}
.TagClassName
{
border-color: #BAB03E;
}
</style>