Shades of Brass #BAB446
Tints of Brass #BAB446
RGB
CMYK
RGB Variations
Color information
#BAB446 (or 0xBAB446) is known color: Brass. HEX triplet: BA, B4 and 46. RGB value is (186,180,70). Sum of RGB (Red+Green+Blue) = 186+180+70=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB446 is #454BB9. Grayscale: #A9A9A9. Windows color (decimal): -4541370 or 4633786. OLE color: 4633786.
HSL color Cylindrical-coordinate representation of color #BAB446: hue angle of 56.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB446 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 70 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.27 |
| HSL | 56.9º | 0.46% | 0.5% | - |
| HSV(B) | 56.9º | 0.62% | 0.73% | - |
| XYZ | 37.68 | 43.52 | 12.21 | - |
| YUV | 169.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 70 | 0 | 0.03 | 0.62 | 0.27 | 56.9 | 0.46 | 0.5 |
| Hex | BA | B4 | 46 | 0 | 3 | 3E | 1B | 39 | 2E | 32 |
| Octal | 272 | 264 | 106 | 0 | 3 | 76 | 33 | 71 | 56 | 62 |
| Binary | 10111010 | 10110100 | 1000110 | 0 | 11 | 111110 | 11011 | 111001 | 101110 | 110010 |
Color Harmonies of #BAB446
Complementary color
Monochromatic Colors of #BAB446
Black with #BAB446
Text Example
Text Example
White with #BAB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB446; }
p { color: rgb(186,180,70); }
H1.HeaderClassName
{
color: #BAB446;
}
.AnyTagClassName
{
color: #BAB446;
}
</style>
background-color css
<style>
a { background-color: #BAB446; }
a { background-color: rgb(186,180,70); }
div.DivClassName
{
background-color: #BAB446;
}
.BgClassName
{
background-color: #BAB446;
}
</style>
border-color css
<style>
span { border-color: #BAB446; }
span { border-color: rgb(186,180,70); }
td.TdClassName
{
border-color: #BAB446;
}
.TagClassName
{
border-color: #BAB446;
}
</style>