Shades of Brass #BAB63F
Tints of Brass #BAB63F
RGB
CMYK
RGB Variations
Color information
#BAB63F (or 0xBAB63F) is known color: Brass. HEX triplet: BA, B6 and 3F. RGB value is (186,182,63). Sum of RGB (Red+Green+Blue) = 186+182+63=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB63F is #4549C0. Grayscale: #AAAAAA. Windows color (decimal): -4540865 or 4175546. OLE color: 4175546.
HSL color Cylindrical-coordinate representation of color #BAB63F: hue angle of 58.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAB63F is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 63 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.27 |
| HSL | 58.05º | 0.49% | 0.49% | - |
| HSV(B) | 58.05º | 0.66% | 0.73% | - |
| XYZ | 37.87 | 44.25 | 11.25 | - |
| YUV | 169.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 63 | 0 | 0.02 | 0.66 | 0.27 | 58.05 | 0.49 | 0.49 |
| Hex | BA | B6 | 3F | 0 | 2 | 42 | 1B | 3A | 31 | 31 |
| Octal | 272 | 266 | 77 | 0 | 2 | 102 | 33 | 72 | 61 | 61 |
| Binary | 10111010 | 10110110 | 111111 | 0 | 10 | 1000010 | 11011 | 111010 | 110001 | 110001 |
Color Harmonies of #BAB63F
Complementary color
Monochromatic Colors of #BAB63F
Black with #BAB63F
Text Example
Text Example
White with #BAB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB63F; }
p { color: rgb(186,182,63); }
H1.HeaderClassName
{
color: #BAB63F;
}
.AnyTagClassName
{
color: #BAB63F;
}
</style>
background-color css
<style>
a { background-color: #BAB63F; }
a { background-color: rgb(186,182,63); }
div.DivClassName
{
background-color: #BAB63F;
}
.BgClassName
{
background-color: #BAB63F;
}
</style>
border-color css
<style>
span { border-color: #BAB63F; }
span { border-color: rgb(186,182,63); }
td.TdClassName
{
border-color: #BAB63F;
}
.TagClassName
{
border-color: #BAB63F;
}
</style>