Shades of Brass #BAB04A
Tints of Brass #BAB04A
RGB
CMYK
RGB Variations
Color information
#BAB04A (or 0xBAB04A) is known color: Brass. HEX triplet: BA, B0 and 4A. RGB value is (186,176,74). Sum of RGB (Red+Green+Blue) = 186+176+74=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB04A is #454FB5. Grayscale: #A7A7A7. Windows color (decimal): -4542390 or 4894906. OLE color: 4894906.
HSL color Cylindrical-coordinate representation of color #BAB04A: hue angle of 54.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB04A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 74 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.27 |
| HSL | 54.64º | 0.45% | 0.51% | - |
| HSV(B) | 54.64º | 0.6% | 0.73% | - |
| XYZ | 37.01 | 41.98 | 12.63 | - |
| YUV | 167.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 74 | 0 | 0.05 | 0.60 | 0.27 | 54.64 | 0.45 | 0.51 |
| Hex | BA | B0 | 4A | 0 | 5 | 3C | 1B | 37 | 2D | 33 |
| Octal | 272 | 260 | 112 | 0 | 5 | 74 | 33 | 67 | 55 | 63 |
| Binary | 10111010 | 10110000 | 1001010 | 0 | 101 | 111100 | 11011 | 110111 | 101101 | 110011 |
Color Harmonies of #BAB04A
Complementary color
Monochromatic Colors of #BAB04A
Black with #BAB04A
Text Example
Text Example
White with #BAB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB04A; }
p { color: rgb(186,176,74); }
H1.HeaderClassName
{
color: #BAB04A;
}
.AnyTagClassName
{
color: #BAB04A;
}
</style>
background-color css
<style>
a { background-color: #BAB04A; }
a { background-color: rgb(186,176,74); }
div.DivClassName
{
background-color: #BAB04A;
}
.BgClassName
{
background-color: #BAB04A;
}
</style>
border-color css
<style>
span { border-color: #BAB04A; }
span { border-color: rgb(186,176,74); }
td.TdClassName
{
border-color: #BAB04A;
}
.TagClassName
{
border-color: #BAB04A;
}
</style>