Shades of Brass #BAB047
Tints of Brass #BAB047
RGB
CMYK
RGB Variations
Color information
#BAB047 (or 0xBAB047) is known color: Brass. HEX triplet: BA, B0 and 47. RGB value is (186,176,71). Sum of RGB (Red+Green+Blue) = 186+176+71=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB047 is #454FB8. Grayscale: #A7A7A7. Windows color (decimal): -4542393 or 4698298. OLE color: 4698298.
HSL color Cylindrical-coordinate representation of color #BAB047: hue angle of 54.78º 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 #BAB047 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 71 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.27 |
| HSL | 54.78º | 0.45% | 0.5% | - |
| HSV(B) | 54.78º | 0.62% | 0.73% | - |
| XYZ | 36.91 | 41.94 | 12.11 | - |
| YUV | 167.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 71 | 0 | 0.05 | 0.62 | 0.27 | 54.78 | 0.45 | 0.5 |
| Hex | BA | B0 | 47 | 0 | 5 | 3E | 1B | 37 | 2D | 32 |
| Octal | 272 | 260 | 107 | 0 | 5 | 76 | 33 | 67 | 55 | 62 |
| Binary | 10111010 | 10110000 | 1000111 | 0 | 101 | 111110 | 11011 | 110111 | 101101 | 110010 |
Color Harmonies of #BAB047
Complementary color
Monochromatic Colors of #BAB047
Black with #BAB047
Text Example
Text Example
White with #BAB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB047; }
p { color: rgb(186,176,71); }
H1.HeaderClassName
{
color: #BAB047;
}
.AnyTagClassName
{
color: #BAB047;
}
</style>
background-color css
<style>
a { background-color: #BAB047; }
a { background-color: rgb(186,176,71); }
div.DivClassName
{
background-color: #BAB047;
}
.BgClassName
{
background-color: #BAB047;
}
</style>
border-color css
<style>
span { border-color: #BAB047; }
span { border-color: rgb(186,176,71); }
td.TdClassName
{
border-color: #BAB047;
}
.TagClassName
{
border-color: #BAB047;
}
</style>