Shades of Brass #BAAB44
Tints of Brass #BAAB44
RGB
CMYK
RGB Variations
Color information
#BAAB44 (or 0xBAAB44) is known color: Brass. HEX triplet: BA, AB and 44. RGB value is (186,171,68). Sum of RGB (Red+Green+Blue) = 186+171+68=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB44 is #4554BB. Grayscale: #A4A4A4. Windows color (decimal): -4543676 or 4500410. OLE color: 4500410.
HSL color Cylindrical-coordinate representation of color #BAAB44: hue angle of 52.37º 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 #BAAB44 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 68 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.27 |
| HSL | 52.37º | 0.46% | 0.5% | - |
| HSV(B) | 52.37º | 0.63% | 0.73% | - |
| XYZ | 35.86 | 39.98 | 11.3 | - |
| YUV | 163.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 68 | 0 | 0.08 | 0.63 | 0.27 | 52.37 | 0.46 | 0.5 |
| Hex | BA | AB | 44 | 0 | 8 | 3F | 1B | 34 | 2E | 32 |
| Octal | 272 | 253 | 104 | 0 | 10 | 77 | 33 | 64 | 56 | 62 |
| Binary | 10111010 | 10101011 | 1000100 | 0 | 1000 | 111111 | 11011 | 110100 | 101110 | 110010 |
Color Harmonies of #BAAB44
Complementary color
Monochromatic Colors of #BAAB44
Black with #BAAB44
Text Example
Text Example
White with #BAAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB44; }
p { color: rgb(186,171,68); }
H1.HeaderClassName
{
color: #BAAB44;
}
.AnyTagClassName
{
color: #BAAB44;
}
</style>
background-color css
<style>
a { background-color: #BAAB44; }
a { background-color: rgb(186,171,68); }
div.DivClassName
{
background-color: #BAAB44;
}
.BgClassName
{
background-color: #BAAB44;
}
</style>
border-color css
<style>
span { border-color: #BAAB44; }
span { border-color: rgb(186,171,68); }
td.TdClassName
{
border-color: #BAAB44;
}
.TagClassName
{
border-color: #BAAB44;
}
</style>