Shades of Brass #BAB140
Tints of Brass #BAB140
RGB
CMYK
RGB Variations
Color information
#BAB140 (or 0xBAB140) is known color: Brass. HEX triplet: BA, B1 and 40. RGB value is (186,177,64). Sum of RGB (Red+Green+Blue) = 186+177+64=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB140 is #454EBF. Grayscale: #A7A7A7. Windows color (decimal): -4542144 or 4239802. OLE color: 4239802.
HSL color Cylindrical-coordinate representation of color #BAB140: hue angle of 55.57º 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 #BAB140 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 64 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.27 |
| HSL | 55.57º | 0.49% | 0.49% | - |
| HSV(B) | 55.57º | 0.66% | 0.73% | - |
| XYZ | 36.9 | 42.25 | 11.06 | - |
| YUV | 166.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 64 | 0 | 0.05 | 0.66 | 0.27 | 55.57 | 0.49 | 0.49 |
| Hex | BA | B1 | 40 | 0 | 5 | 42 | 1B | 38 | 31 | 31 |
| Octal | 272 | 261 | 100 | 0 | 5 | 102 | 33 | 70 | 61 | 61 |
| Binary | 10111010 | 10110001 | 1000000 | 0 | 101 | 1000010 | 11011 | 111000 | 110001 | 110001 |
Color Harmonies of #BAB140
Complementary color
Monochromatic Colors of #BAB140
Black with #BAB140
Text Example
Text Example
White with #BAB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB140; }
p { color: rgb(186,177,64); }
H1.HeaderClassName
{
color: #BAB140;
}
.AnyTagClassName
{
color: #BAB140;
}
</style>
background-color css
<style>
a { background-color: #BAB140; }
a { background-color: rgb(186,177,64); }
div.DivClassName
{
background-color: #BAB140;
}
.BgClassName
{
background-color: #BAB140;
}
</style>
border-color css
<style>
span { border-color: #BAB140; }
span { border-color: rgb(186,177,64); }
td.TdClassName
{
border-color: #BAB140;
}
.TagClassName
{
border-color: #BAB140;
}
</style>