Shades of Brass #BAA84B
Tints of Brass #BAA84B
RGB
CMYK
RGB Variations
Color information
#BAA84B (or 0xBAA84B) is known color: Brass. HEX triplet: BA, A8 and 4B. RGB value is (186,168,75). Sum of RGB (Red+Green+Blue) = 186+168+75=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA84B is #4557B4. Grayscale: #A3A3A3. Windows color (decimal): -4544437 or 4958394. OLE color: 4958394.
HSL color Cylindrical-coordinate representation of color #BAA84B: hue angle of 50.27º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAA84B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 75 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.27 |
| HSL | 50.27º | 0.45% | 0.51% | - |
| HSV(B) | 50.27º | 0.6% | 0.73% | - |
| XYZ | 35.52 | 38.95 | 12.3 | - |
| YUV | 162.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 75 | 0 | 0.10 | 0.60 | 0.27 | 50.27 | 0.45 | 0.51 |
| Hex | BA | A8 | 4B | 0 | A | 3C | 1B | 32 | 2D | 33 |
| Octal | 272 | 250 | 113 | 0 | 12 | 74 | 33 | 62 | 55 | 63 |
| Binary | 10111010 | 10101000 | 1001011 | 0 | 1010 | 111100 | 11011 | 110010 | 101101 | 110011 |
Color Harmonies of #BAA84B
Complementary color
Monochromatic Colors of #BAA84B
Black with #BAA84B
Text Example
Text Example
White with #BAA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA84B; }
p { color: rgb(186,168,75); }
H1.HeaderClassName
{
color: #BAA84B;
}
.AnyTagClassName
{
color: #BAA84B;
}
</style>
background-color css
<style>
a { background-color: #BAA84B; }
a { background-color: rgb(186,168,75); }
div.DivClassName
{
background-color: #BAA84B;
}
.BgClassName
{
background-color: #BAA84B;
}
</style>
border-color css
<style>
span { border-color: #BAA84B; }
span { border-color: rgb(186,168,75); }
td.TdClassName
{
border-color: #BAA84B;
}
.TagClassName
{
border-color: #BAA84B;
}
</style>