Shades of Brass #BAB635
Tints of Brass #BAB635
RGB
CMYK
RGB Variations
Color information
#BAB635 (or 0xBAB635) is known color: Brass. HEX triplet: BA, B6 and 35. RGB value is (186,182,53). Sum of RGB (Red+Green+Blue) = 186+182+53=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB635 is #4549CA. Grayscale: #A9A9A9. Windows color (decimal): -4540875 or 3520186. OLE color: 3520186.
HSL color Cylindrical-coordinate representation of color #BAB635: hue angle of 58.2º 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 #BAB635 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 53 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.27 |
| HSL | 58.2º | 0.56% | 0.47% | - |
| HSV(B) | 58.2º | 0.72% | 0.73% | - |
| XYZ | 37.62 | 44.15 | 9.91 | - |
| YUV | 168.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 53 | 0 | 0.02 | 0.72 | 0.27 | 58.2 | 0.56 | 0.47 |
| Hex | BA | B6 | 35 | 0 | 2 | 48 | 1B | 3A | 38 | 2F |
| Octal | 272 | 266 | 65 | 0 | 2 | 110 | 33 | 72 | 70 | 57 |
| Binary | 10111010 | 10110110 | 110101 | 0 | 10 | 1001000 | 11011 | 111010 | 111000 | 101111 |
Color Harmonies of #BAB635
Complementary color
Monochromatic Colors of #BAB635
Black with #BAB635
Text Example
Text Example
White with #BAB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB635; }
p { color: rgb(186,182,53); }
H1.HeaderClassName
{
color: #BAB635;
}
.AnyTagClassName
{
color: #BAB635;
}
</style>
background-color css
<style>
a { background-color: #BAB635; }
a { background-color: rgb(186,182,53); }
div.DivClassName
{
background-color: #BAB635;
}
.BgClassName
{
background-color: #BAB635;
}
</style>
border-color css
<style>
span { border-color: #BAB635; }
span { border-color: rgb(186,182,53); }
td.TdClassName
{
border-color: #BAB635;
}
.TagClassName
{
border-color: #BAB635;
}
</style>