Shades of Brass #BAB735
Tints of Brass #BAB735
RGB
CMYK
RGB Variations
Color information
#BAB735 (or 0xBAB735) is known color: Brass. HEX triplet: BA, B7 and 35. RGB value is (186,183,53). Sum of RGB (Red+Green+Blue) = 186+183+53=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB735 is #4548CA. Grayscale: #A9A9A9. Windows color (decimal): -4540619 or 3520442. OLE color: 3520442.
HSL color Cylindrical-coordinate representation of color #BAB735: hue angle of 58.65º 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 #BAB735 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 53 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.27 |
| HSL | 58.65º | 0.56% | 0.47% | - |
| HSV(B) | 58.65º | 0.72% | 0.73% | - |
| XYZ | 37.83 | 44.56 | 9.98 | - |
| YUV | 169.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 53 | 0 | 0.02 | 0.72 | 0.27 | 58.65 | 0.56 | 0.47 |
| Hex | BA | B7 | 35 | 0 | 2 | 48 | 1B | 3B | 38 | 2F |
| Octal | 272 | 267 | 65 | 0 | 2 | 110 | 33 | 73 | 70 | 57 |
| Binary | 10111010 | 10110111 | 110101 | 0 | 10 | 1001000 | 11011 | 111011 | 111000 | 101111 |
Color Harmonies of #BAB735
Complementary color
Monochromatic Colors of #BAB735
Black with #BAB735
Text Example
Text Example
White with #BAB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB735; }
p { color: rgb(186,183,53); }
H1.HeaderClassName
{
color: #BAB735;
}
.AnyTagClassName
{
color: #BAB735;
}
</style>
background-color css
<style>
a { background-color: #BAB735; }
a { background-color: rgb(186,183,53); }
div.DivClassName
{
background-color: #BAB735;
}
.BgClassName
{
background-color: #BAB735;
}
</style>
border-color css
<style>
span { border-color: #BAB735; }
span { border-color: rgb(186,183,53); }
td.TdClassName
{
border-color: #BAB735;
}
.TagClassName
{
border-color: #BAB735;
}
</style>