Shades of Brass #BAAB3D
Tints of Brass #BAAB3D
RGB
CMYK
RGB Variations
Color information
#BAAB3D (or 0xBAAB3D) is known color: Brass. HEX triplet: BA, AB and 3D. RGB value is (186,171,61). Sum of RGB (Red+Green+Blue) = 186+171+61=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB3D is #4554C2. Grayscale: #A3A3A3. Windows color (decimal): -4543683 or 4041658. OLE color: 4041658.
HSL color Cylindrical-coordinate representation of color #BAAB3D: hue angle of 52.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAAB3D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 61 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.27 |
| HSL | 52.8º | 0.51% | 0.48% | - |
| HSV(B) | 52.8º | 0.67% | 0.73% | - |
| XYZ | 35.65 | 39.9 | 10.24 | - |
| YUV | 162.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 61 | 0 | 0.08 | 0.67 | 0.27 | 52.8 | 0.51 | 0.48 |
| Hex | BA | AB | 3D | 0 | 8 | 43 | 1B | 35 | 33 | 30 |
| Octal | 272 | 253 | 75 | 0 | 10 | 103 | 33 | 65 | 63 | 60 |
| Binary | 10111010 | 10101011 | 111101 | 0 | 1000 | 1000011 | 11011 | 110101 | 110011 | 110000 |
Color Harmonies of #BAAB3D
Complementary color
Monochromatic Colors of #BAAB3D
Black with #BAAB3D
Text Example
Text Example
White with #BAAB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB3D; }
p { color: rgb(186,171,61); }
H1.HeaderClassName
{
color: #BAAB3D;
}
.AnyTagClassName
{
color: #BAAB3D;
}
</style>
background-color css
<style>
a { background-color: #BAAB3D; }
a { background-color: rgb(186,171,61); }
div.DivClassName
{
background-color: #BAAB3D;
}
.BgClassName
{
background-color: #BAAB3D;
}
</style>
border-color css
<style>
span { border-color: #BAAB3D; }
span { border-color: rgb(186,171,61); }
td.TdClassName
{
border-color: #BAAB3D;
}
.TagClassName
{
border-color: #BAAB3D;
}
</style>