Shades of Brass #BAAB3F
Tints of Brass #BAAB3F
RGB
CMYK
RGB Variations
Color information
#BAAB3F (or 0xBAAB3F) is known color: Brass. HEX triplet: BA, AB and 3F. RGB value is (186,171,63). Sum of RGB (Red+Green+Blue) = 186+171+63=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB3F is #4554C0. Grayscale: #A3A3A3. Windows color (decimal): -4543681 or 4172730. OLE color: 4172730.
HSL color Cylindrical-coordinate representation of color #BAAB3F: hue angle of 52.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAAB3F is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 63 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.27 |
| HSL | 52.68º | 0.49% | 0.49% | - |
| HSV(B) | 52.68º | 0.66% | 0.73% | - |
| XYZ | 35.71 | 39.92 | 10.53 | - |
| YUV | 163.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 63 | 0 | 0.08 | 0.66 | 0.27 | 52.68 | 0.49 | 0.49 |
| Hex | BA | AB | 3F | 0 | 8 | 42 | 1B | 35 | 31 | 31 |
| Octal | 272 | 253 | 77 | 0 | 10 | 102 | 33 | 65 | 61 | 61 |
| Binary | 10111010 | 10101011 | 111111 | 0 | 1000 | 1000010 | 11011 | 110101 | 110001 | 110001 |
Color Harmonies of #BAAB3F
Complementary color
Monochromatic Colors of #BAAB3F
Black with #BAAB3F
Text Example
Text Example
White with #BAAB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB3F; }
p { color: rgb(186,171,63); }
H1.HeaderClassName
{
color: #BAAB3F;
}
.AnyTagClassName
{
color: #BAAB3F;
}
</style>
background-color css
<style>
a { background-color: #BAAB3F; }
a { background-color: rgb(186,171,63); }
div.DivClassName
{
background-color: #BAAB3F;
}
.BgClassName
{
background-color: #BAAB3F;
}
</style>
border-color css
<style>
span { border-color: #BAAB3F; }
span { border-color: rgb(186,171,63); }
td.TdClassName
{
border-color: #BAAB3F;
}
.TagClassName
{
border-color: #BAAB3F;
}
</style>