Shades of Brass #BAAC3E
Tints of Brass #BAAC3E
RGB
CMYK
RGB Variations
Color information
#BAAC3E (or 0xBAAC3E) is known color: Brass. HEX triplet: BA, AC and 3E. RGB value is (186,172,62). Sum of RGB (Red+Green+Blue) = 186+172+62=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC3E is #4553C1. Grayscale: #A4A4A4. Windows color (decimal): -4543426 or 4107450. OLE color: 4107450.
HSL color Cylindrical-coordinate representation of color #BAAC3E: hue angle of 53.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAAC3E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 172 | 62 | - |
CMYK | 0 | 0.08 | 0.67 | 0.27 |
HSL | 53.23º | 0.5% | 0.49% | - |
HSV(B) | 53.23º | 0.67% | 0.73% | - |
XYZ | 35.87 | 40.29 | 10.44 | - |
YUV | 163.65 | 70.64 | 143.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 172 | 62 | 0 | 0.08 | 0.67 | 0.27 | 53.23 | 0.5 | 0.49 |
Hex | BA | AC | 3E | 0 | 8 | 43 | 1B | 35 | 32 | 31 |
Octal | 272 | 254 | 76 | 0 | 10 | 103 | 33 | 65 | 62 | 61 |
Binary | 10111010 | 10101100 | 111110 | 0 | 1000 | 1000011 | 11011 | 110101 | 110010 | 110001 |
Color Harmonies of #BAAC3E
Complementary color
Monochromatic Colors of #BAAC3E
Black with #BAAC3E
Text Example
Text Example
White with #BAAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAC3E; }
p { color: rgb(186,172,62); }
H1.HeaderClassName
{
color: #BAAC3E;
}
.AnyTagClassName
{
color: #BAAC3E;
}
</style>
background-color css
<style>
a { background-color: #BAAC3E; }
a { background-color: rgb(186,172,62); }
div.DivClassName
{
background-color: #BAAC3E;
}
.BgClassName
{
background-color: #BAAC3E;
}
</style>
border-color css
<style>
span { border-color: #BAAC3E; }
span { border-color: rgb(186,172,62); }
td.TdClassName
{
border-color: #BAAC3E;
}
.TagClassName
{
border-color: #BAAC3E;
}
</style>