Shades of Brass #BAAE46
Tints of Brass #BAAE46
RGB
CMYK
RGB Variations
Color information
#BAAE46 (or 0xBAAE46) is known color: Brass. HEX triplet: BA, AE and 46. RGB value is (186,174,70). Sum of RGB (Red+Green+Blue) = 186+174+70=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAE46 is #4551B9. Grayscale: #A6A6A6. Windows color (decimal): -4542906 or 4632250. OLE color: 4632250.
HSL color Cylindrical-coordinate representation of color #BAAE46: hue angle of 53.79º 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 #BAAE46 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 174 | 70 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.27 |
| HSL | 53.79º | 0.46% | 0.5% | - |
| HSV(B) | 53.79º | 0.62% | 0.73% | - |
| XYZ | 36.49 | 41.15 | 11.81 | - |
| YUV | 165.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 70 | 0 | 0.06 | 0.62 | 0.27 | 53.79 | 0.46 | 0.5 |
| Hex | BA | AE | 46 | 0 | 6 | 3E | 1B | 36 | 2E | 32 |
| Octal | 272 | 256 | 106 | 0 | 6 | 76 | 33 | 66 | 56 | 62 |
| Binary | 10111010 | 10101110 | 1000110 | 0 | 110 | 111110 | 11011 | 110110 | 101110 | 110010 |
Color Harmonies of #BAAE46
Complementary color
Monochromatic Colors of #BAAE46
Black with #BAAE46
Text Example
Text Example
White with #BAAE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAE46; }
p { color: rgb(186,174,70); }
H1.HeaderClassName
{
color: #BAAE46;
}
.AnyTagClassName
{
color: #BAAE46;
}
</style>
background-color css
<style>
a { background-color: #BAAE46; }
a { background-color: rgb(186,174,70); }
div.DivClassName
{
background-color: #BAAE46;
}
.BgClassName
{
background-color: #BAAE46;
}
</style>
border-color css
<style>
span { border-color: #BAAE46; }
span { border-color: rgb(186,174,70); }
td.TdClassName
{
border-color: #BAAE46;
}
.TagClassName
{
border-color: #BAAE46;
}
</style>