Shades of Brass #BAB535
Tints of Brass #BAB535
RGB
CMYK
RGB Variations
Color information
#BAB535 (or 0xBAB535) is known color: Brass. HEX triplet: BA, B5 and 35. RGB value is (186,181,53). Sum of RGB (Red+Green+Blue) = 186+181+53=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB535 is #454ACA. Grayscale: #A8A8A8. Windows color (decimal): -4541131 or 3519930. OLE color: 3519930.
HSL color Cylindrical-coordinate representation of color #BAB535: hue angle of 57.74º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAB535 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 53 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.27 |
| HSL | 57.74º | 0.56% | 0.47% | - |
| HSV(B) | 57.74º | 0.72% | 0.73% | - |
| XYZ | 37.42 | 43.74 | 9.84 | - |
| YUV | 167.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 53 | 0 | 0.03 | 0.72 | 0.27 | 57.74 | 0.56 | 0.47 |
| Hex | BA | B5 | 35 | 0 | 3 | 48 | 1B | 3A | 38 | 2F |
| Octal | 272 | 265 | 65 | 0 | 3 | 110 | 33 | 72 | 70 | 57 |
| Binary | 10111010 | 10110101 | 110101 | 0 | 11 | 1001000 | 11011 | 111010 | 111000 | 101111 |
Color Harmonies of #BAB535
Complementary color
Monochromatic Colors of #BAB535
Black with #BAB535
Text Example
Text Example
White with #BAB535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB535; }
p { color: rgb(186,181,53); }
H1.HeaderClassName
{
color: #BAB535;
}
.AnyTagClassName
{
color: #BAB535;
}
</style>
background-color css
<style>
a { background-color: #BAB535; }
a { background-color: rgb(186,181,53); }
div.DivClassName
{
background-color: #BAB535;
}
.BgClassName
{
background-color: #BAB535;
}
</style>
border-color css
<style>
span { border-color: #BAB535; }
span { border-color: rgb(186,181,53); }
td.TdClassName
{
border-color: #BAB535;
}
.TagClassName
{
border-color: #BAB535;
}
</style>