Shades of Brass #BAA848
Tints of Brass #BAA848
RGB
CMYK
RGB Variations
Color information
#BAA848 (or 0xBAA848) is known color: Brass. HEX triplet: BA, A8 and 48. RGB value is (186,168,72). Sum of RGB (Red+Green+Blue) = 186+168+72=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA848 is #4557B7. Grayscale: #A2A2A2. Windows color (decimal): -4544440 or 4761786. OLE color: 4761786.
HSL color Cylindrical-coordinate representation of color #BAA848: hue angle of 50.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAA848 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 72 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.27 |
| HSL | 50.53º | 0.45% | 0.51% | - |
| HSV(B) | 50.53º | 0.61% | 0.73% | - |
| XYZ | 35.42 | 38.91 | 11.77 | - |
| YUV | 162.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 72 | 0 | 0.10 | 0.61 | 0.27 | 50.53 | 0.45 | 0.51 |
| Hex | BA | A8 | 48 | 0 | A | 3D | 1B | 33 | 2D | 33 |
| Octal | 272 | 250 | 110 | 0 | 12 | 75 | 33 | 63 | 55 | 63 |
| Binary | 10111010 | 10101000 | 1001000 | 0 | 1010 | 111101 | 11011 | 110011 | 101101 | 110011 |
Color Harmonies of #BAA848
Complementary color
Monochromatic Colors of #BAA848
Black with #BAA848
Text Example
Text Example
White with #BAA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA848; }
p { color: rgb(186,168,72); }
H1.HeaderClassName
{
color: #BAA848;
}
.AnyTagClassName
{
color: #BAA848;
}
</style>
background-color css
<style>
a { background-color: #BAA848; }
a { background-color: rgb(186,168,72); }
div.DivClassName
{
background-color: #BAA848;
}
.BgClassName
{
background-color: #BAA848;
}
</style>
border-color css
<style>
span { border-color: #BAA848; }
span { border-color: rgb(186,168,72); }
td.TdClassName
{
border-color: #BAA848;
}
.TagClassName
{
border-color: #BAA848;
}
</style>