Shades of Brass #BAB436
Tints of Brass #BAB436
RGB
CMYK
RGB Variations
Color information
#BAB436 (or 0xBAB436) is known color: Brass. HEX triplet: BA, B4 and 36. RGB value is (186,180,54). Sum of RGB (Red+Green+Blue) = 186+180+54=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB436 is #454BC9. Grayscale: #A7A7A7. Windows color (decimal): -4541386 or 3585210. OLE color: 3585210.
HSL color Cylindrical-coordinate representation of color #BAB436: hue angle of 57.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAB436 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 54 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.27 |
| HSL | 57.27º | 0.55% | 0.47% | - |
| HSV(B) | 57.27º | 0.71% | 0.73% | - |
| XYZ | 37.24 | 43.35 | 9.89 | - |
| YUV | 167.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 54 | 0 | 0.03 | 0.71 | 0.27 | 57.27 | 0.55 | 0.47 |
| Hex | BA | B4 | 36 | 0 | 3 | 47 | 1B | 39 | 37 | 2F |
| Octal | 272 | 264 | 66 | 0 | 3 | 107 | 33 | 71 | 67 | 57 |
| Binary | 10111010 | 10110100 | 110110 | 0 | 11 | 1000111 | 11011 | 111001 | 110111 | 101111 |
Color Harmonies of #BAB436
Complementary color
Monochromatic Colors of #BAB436
Black with #BAB436
Text Example
Text Example
White with #BAB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB436; }
p { color: rgb(186,180,54); }
H1.HeaderClassName
{
color: #BAB436;
}
.AnyTagClassName
{
color: #BAB436;
}
</style>
background-color css
<style>
a { background-color: #BAB436; }
a { background-color: rgb(186,180,54); }
div.DivClassName
{
background-color: #BAB436;
}
.BgClassName
{
background-color: #BAB436;
}
</style>
border-color css
<style>
span { border-color: #BAB436; }
span { border-color: rgb(186,180,54); }
td.TdClassName
{
border-color: #BAB436;
}
.TagClassName
{
border-color: #BAB436;
}
</style>