Shades of Brass #BAB240
Tints of Brass #BAB240
RGB
CMYK
RGB Variations
Color information
#BAB240 (or 0xBAB240) is known color: Brass. HEX triplet: BA, B2 and 40. RGB value is (186,178,64). Sum of RGB (Red+Green+Blue) = 186+178+64=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB240 is #454DBF. Grayscale: #A7A7A7. Windows color (decimal): -4541888 or 4240058. OLE color: 4240058.
HSL color Cylindrical-coordinate representation of color #BAB240: hue angle of 56.07º 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 #BAB240 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 64 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.27 |
| HSL | 56.07º | 0.49% | 0.49% | - |
| HSV(B) | 56.07º | 0.66% | 0.73% | - |
| XYZ | 37.1 | 42.65 | 11.13 | - |
| YUV | 167.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 64 | 0 | 0.04 | 0.66 | 0.27 | 56.07 | 0.49 | 0.49 |
| Hex | BA | B2 | 40 | 0 | 4 | 42 | 1B | 38 | 31 | 31 |
| Octal | 272 | 262 | 100 | 0 | 4 | 102 | 33 | 70 | 61 | 61 |
| Binary | 10111010 | 10110010 | 1000000 | 0 | 100 | 1000010 | 11011 | 111000 | 110001 | 110001 |
Color Harmonies of #BAB240
Complementary color
Monochromatic Colors of #BAB240
Black with #BAB240
Text Example
Text Example
White with #BAB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB240; }
p { color: rgb(186,178,64); }
H1.HeaderClassName
{
color: #BAB240;
}
.AnyTagClassName
{
color: #BAB240;
}
</style>
background-color css
<style>
a { background-color: #BAB240; }
a { background-color: rgb(186,178,64); }
div.DivClassName
{
background-color: #BAB240;
}
.BgClassName
{
background-color: #BAB240;
}
</style>
border-color css
<style>
span { border-color: #BAB240; }
span { border-color: rgb(186,178,64); }
td.TdClassName
{
border-color: #BAB240;
}
.TagClassName
{
border-color: #BAB240;
}
</style>