Shades of Brass #BAB63A
Tints of Brass #BAB63A
RGB
CMYK
RGB Variations
Color information
#BAB63A (or 0xBAB63A) is known color: Brass. HEX triplet: BA, B6 and 3A. RGB value is (186,182,58). Sum of RGB (Red+Green+Blue) = 186+182+58=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB63A is #4549C5. Grayscale: #A9A9A9. Windows color (decimal): -4540870 or 3847866. OLE color: 3847866.
HSL color Cylindrical-coordinate representation of color #BAB63A: hue angle of 58.12º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAB63A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 58 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.27 |
| HSL | 58.13º | 0.52% | 0.48% | - |
| HSV(B) | 58.13º | 0.69% | 0.73% | - |
| XYZ | 37.74 | 44.2 | 10.55 | - |
| YUV | 169.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 58 | 0 | 0.02 | 0.69 | 0.27 | 58.13 | 0.52 | 0.48 |
| Hex | BA | B6 | 3A | 0 | 2 | 45 | 1B | 3A | 34 | 30 |
| Octal | 272 | 266 | 72 | 0 | 2 | 105 | 33 | 72 | 64 | 60 |
| Binary | 10111010 | 10110110 | 111010 | 0 | 10 | 1000101 | 11011 | 111010 | 110100 | 110000 |
Color Harmonies of #BAB63A
Complementary color
Monochromatic Colors of #BAB63A
Black with #BAB63A
Text Example
Text Example
White with #BAB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB63A; }
p { color: rgb(186,182,58); }
H1.HeaderClassName
{
color: #BAB63A;
}
.AnyTagClassName
{
color: #BAB63A;
}
</style>
background-color css
<style>
a { background-color: #BAB63A; }
a { background-color: rgb(186,182,58); }
div.DivClassName
{
background-color: #BAB63A;
}
.BgClassName
{
background-color: #BAB63A;
}
</style>
border-color css
<style>
span { border-color: #BAB63A; }
span { border-color: rgb(186,182,58); }
td.TdClassName
{
border-color: #BAB63A;
}
.TagClassName
{
border-color: #BAB63A;
}
</style>