Shades of Brass #BAB245
Tints of Brass #BAB245
RGB
CMYK
RGB Variations
Color information
#BAB245 (or 0xBAB245) is known color: Brass. HEX triplet: BA, B2 and 45. RGB value is (186,178,69). Sum of RGB (Red+Green+Blue) = 186+178+69=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB245 is #454DBA. Grayscale: #A8A8A8. Windows color (decimal): -4541883 or 4567738. OLE color: 4567738.
HSL color Cylindrical-coordinate representation of color #BAB245: hue angle of 55.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAB245 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 69 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.27 |
| HSL | 55.9º | 0.46% | 0.5% | - |
| HSV(B) | 55.9º | 0.63% | 0.73% | - |
| XYZ | 37.24 | 42.71 | 11.91 | - |
| YUV | 167.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 69 | 0 | 0.04 | 0.63 | 0.27 | 55.9 | 0.46 | 0.5 |
| Hex | BA | B2 | 45 | 0 | 4 | 3F | 1B | 38 | 2E | 32 |
| Octal | 272 | 262 | 105 | 0 | 4 | 77 | 33 | 70 | 56 | 62 |
| Binary | 10111010 | 10110010 | 1000101 | 0 | 100 | 111111 | 11011 | 111000 | 101110 | 110010 |
Color Harmonies of #BAB245
Complementary color
Monochromatic Colors of #BAB245
Black with #BAB245
Text Example
Text Example
White with #BAB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB245; }
p { color: rgb(186,178,69); }
H1.HeaderClassName
{
color: #BAB245;
}
.AnyTagClassName
{
color: #BAB245;
}
</style>
background-color css
<style>
a { background-color: #BAB245; }
a { background-color: rgb(186,178,69); }
div.DivClassName
{
background-color: #BAB245;
}
.BgClassName
{
background-color: #BAB245;
}
</style>
border-color css
<style>
span { border-color: #BAB245; }
span { border-color: rgb(186,178,69); }
td.TdClassName
{
border-color: #BAB245;
}
.TagClassName
{
border-color: #BAB245;
}
</style>