Shades of Brass #BAB043
Tints of Brass #BAB043
RGB
CMYK
RGB Variations
Color information
#BAB043 (or 0xBAB043) is known color: Brass. HEX triplet: BA, B0 and 43. RGB value is (186,176,67). Sum of RGB (Red+Green+Blue) = 186+176+67=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB043 is #454FBC. Grayscale: #A7A7A7. Windows color (decimal): -4542397 or 4436154. OLE color: 4436154.
HSL color Cylindrical-coordinate representation of color #BAB043: hue angle of 54.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAB043 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 67 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.27 |
| HSL | 54.96º | 0.47% | 0.5% | - |
| HSV(B) | 54.96º | 0.64% | 0.73% | - |
| XYZ | 36.79 | 41.9 | 11.46 | - |
| YUV | 166.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 67 | 0 | 0.05 | 0.64 | 0.27 | 54.96 | 0.47 | 0.5 |
| Hex | BA | B0 | 43 | 0 | 5 | 40 | 1B | 37 | 2F | 32 |
| Octal | 272 | 260 | 103 | 0 | 5 | 100 | 33 | 67 | 57 | 62 |
| Binary | 10111010 | 10110000 | 1000011 | 0 | 101 | 1000000 | 11011 | 110111 | 101111 | 110010 |
Color Harmonies of #BAB043
Complementary color
Monochromatic Colors of #BAB043
Black with #BAB043
Text Example
Text Example
White with #BAB043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB043; }
p { color: rgb(186,176,67); }
H1.HeaderClassName
{
color: #BAB043;
}
.AnyTagClassName
{
color: #BAB043;
}
</style>
background-color css
<style>
a { background-color: #BAB043; }
a { background-color: rgb(186,176,67); }
div.DivClassName
{
background-color: #BAB043;
}
.BgClassName
{
background-color: #BAB043;
}
</style>
border-color css
<style>
span { border-color: #BAB043; }
span { border-color: rgb(186,176,67); }
td.TdClassName
{
border-color: #BAB043;
}
.TagClassName
{
border-color: #BAB043;
}
</style>