Shades of Brass #BAB639
Tints of Brass #BAB639
RGB
CMYK
RGB Variations
Color information
#BAB639 (or 0xBAB639) is known color: Brass. HEX triplet: BA, B6 and 39. RGB value is (186,182,57). Sum of RGB (Red+Green+Blue) = 186+182+57=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB639 is #4549C6. Grayscale: #A9A9A9. Windows color (decimal): -4540871 or 3782330. OLE color: 3782330.
HSL color Cylindrical-coordinate representation of color #BAB639: hue angle of 58.14º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAB639 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 57 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.27 |
| HSL | 58.14º | 0.53% | 0.48% | - |
| HSV(B) | 58.14º | 0.69% | 0.73% | - |
| XYZ | 37.72 | 44.19 | 10.41 | - |
| YUV | 168.95 | 64.83 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 57 | 0 | 0.02 | 0.69 | 0.27 | 58.14 | 0.53 | 0.48 |
| Hex | BA | B6 | 39 | 0 | 2 | 45 | 1B | 3A | 35 | 30 |
| Octal | 272 | 266 | 71 | 0 | 2 | 105 | 33 | 72 | 65 | 60 |
| Binary | 10111010 | 10110110 | 111001 | 0 | 10 | 1000101 | 11011 | 111010 | 110101 | 110000 |
Color Harmonies of #BAB639
Complementary color
Monochromatic Colors of #BAB639
Black with #BAB639
Text Example
Text Example
White with #BAB639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB639; }
p { color: rgb(186,182,57); }
H1.HeaderClassName
{
color: #BAB639;
}
.AnyTagClassName
{
color: #BAB639;
}
</style>
background-color css
<style>
a { background-color: #BAB639; }
a { background-color: rgb(186,182,57); }
div.DivClassName
{
background-color: #BAB639;
}
.BgClassName
{
background-color: #BAB639;
}
</style>
border-color css
<style>
span { border-color: #BAB639; }
span { border-color: rgb(186,182,57); }
td.TdClassName
{
border-color: #BAB639;
}
.TagClassName
{
border-color: #BAB639;
}
</style>