Shades of Brass #BAB042
Tints of Brass #BAB042
RGB
CMYK
RGB Variations
Color information
#BAB042 (or 0xBAB042) is known color: Brass. HEX triplet: BA, B0 and 42. RGB value is (186,176,66). Sum of RGB (Red+Green+Blue) = 186+176+66=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB042 is #454FBD. Grayscale: #A6A6A6. Windows color (decimal): -4542398 or 4370618. OLE color: 4370618.
HSL color Cylindrical-coordinate representation of color #BAB042: hue angle of 55º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAB042 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 66 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.27 |
| HSL | 55º | 0.48% | 0.49% | - |
| HSV(B) | 55º | 0.65% | 0.73% | - |
| XYZ | 36.76 | 41.88 | 11.3 | - |
| YUV | 166.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 66 | 0 | 0.05 | 0.65 | 0.27 | 55 | 0.48 | 0.49 |
| Hex | BA | B0 | 42 | 0 | 5 | 41 | 1B | 37 | 30 | 31 |
| Octal | 272 | 260 | 102 | 0 | 5 | 101 | 33 | 67 | 60 | 61 |
| Binary | 10111010 | 10110000 | 1000010 | 0 | 101 | 1000001 | 11011 | 110111 | 110000 | 110001 |
Color Harmonies of #BAB042
Complementary color
Monochromatic Colors of #BAB042
Black with #BAB042
Text Example
Text Example
White with #BAB042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB042; }
p { color: rgb(186,176,66); }
H1.HeaderClassName
{
color: #BAB042;
}
.AnyTagClassName
{
color: #BAB042;
}
</style>
background-color css
<style>
a { background-color: #BAB042; }
a { background-color: rgb(186,176,66); }
div.DivClassName
{
background-color: #BAB042;
}
.BgClassName
{
background-color: #BAB042;
}
</style>
border-color css
<style>
span { border-color: #BAB042; }
span { border-color: rgb(186,176,66); }
td.TdClassName
{
border-color: #BAB042;
}
.TagClassName
{
border-color: #BAB042;
}
</style>