Shades of Brass #BAB447
Tints of Brass #BAB447
RGB
CMYK
RGB Variations
Color information
#BAB447 (or 0xBAB447) is known color: Brass. HEX triplet: BA, B4 and 47. RGB value is (186,180,71). Sum of RGB (Red+Green+Blue) = 186+180+71=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB447 is #454BB8. Grayscale: #A9A9A9. Windows color (decimal): -4541369 or 4699322. OLE color: 4699322.
HSL color Cylindrical-coordinate representation of color #BAB447: hue angle of 56.87º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB447 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 71 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.27 |
| HSL | 56.87º | 0.45% | 0.5% | - |
| HSV(B) | 56.87º | 0.62% | 0.73% | - |
| XYZ | 37.71 | 43.54 | 12.38 | - |
| YUV | 169.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 71 | 0 | 0.03 | 0.62 | 0.27 | 56.87 | 0.45 | 0.5 |
| Hex | BA | B4 | 47 | 0 | 3 | 3E | 1B | 39 | 2D | 32 |
| Octal | 272 | 264 | 107 | 0 | 3 | 76 | 33 | 71 | 55 | 62 |
| Binary | 10111010 | 10110100 | 1000111 | 0 | 11 | 111110 | 11011 | 111001 | 101101 | 110010 |
Color Harmonies of #BAB447
Complementary color
Monochromatic Colors of #BAB447
Black with #BAB447
Text Example
Text Example
White with #BAB447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB447; }
p { color: rgb(186,180,71); }
H1.HeaderClassName
{
color: #BAB447;
}
.AnyTagClassName
{
color: #BAB447;
}
</style>
background-color css
<style>
a { background-color: #BAB447; }
a { background-color: rgb(186,180,71); }
div.DivClassName
{
background-color: #BAB447;
}
.BgClassName
{
background-color: #BAB447;
}
</style>
border-color css
<style>
span { border-color: #BAB447; }
span { border-color: rgb(186,180,71); }
td.TdClassName
{
border-color: #BAB447;
}
.TagClassName
{
border-color: #BAB447;
}
</style>