Shades of Brass #BAB935
Tints of Brass #BAB935
RGB
CMYK
RGB Variations
Color information
#BAB935 (or 0xBAB935) is known color: Brass. HEX triplet: BA, B9 and 35. RGB value is (186,185,53). Sum of RGB (Red+Green+Blue) = 186+185+53=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB935 is #4546CA. Grayscale: #AAAAAA. Windows color (decimal): -4540107 or 3520954. OLE color: 3520954.
HSL color Cylindrical-coordinate representation of color #BAB935: hue angle of 59.55º 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 #BAB935 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 53 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.27 |
| HSL | 59.55º | 0.56% | 0.47% | - |
| HSV(B) | 59.55º | 0.72% | 0.73% | - |
| XYZ | 38.24 | 45.39 | 10.11 | - |
| YUV | 170.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 53 | 0 | 0.01 | 0.72 | 0.27 | 59.55 | 0.56 | 0.47 |
| Hex | BA | B9 | 35 | 0 | 1 | 48 | 1B | 3C | 38 | 2F |
| Octal | 272 | 271 | 65 | 0 | 1 | 110 | 33 | 74 | 70 | 57 |
| Binary | 10111010 | 10111001 | 110101 | 0 | 1 | 1001000 | 11011 | 111100 | 111000 | 101111 |
Color Harmonies of #BAB935
Complementary color
Monochromatic Colors of #BAB935
Black with #BAB935
Text Example
Text Example
White with #BAB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB935; }
p { color: rgb(186,185,53); }
H1.HeaderClassName
{
color: #BAB935;
}
.AnyTagClassName
{
color: #BAB935;
}
</style>
background-color css
<style>
a { background-color: #BAB935; }
a { background-color: rgb(186,185,53); }
div.DivClassName
{
background-color: #BAB935;
}
.BgClassName
{
background-color: #BAB935;
}
</style>
border-color css
<style>
span { border-color: #BAB935; }
span { border-color: rgb(186,185,53); }
td.TdClassName
{
border-color: #BAB935;
}
.TagClassName
{
border-color: #BAB935;
}
</style>