Shades of Brass #BAB638
Tints of Brass #BAB638
RGB
CMYK
RGB Variations
Color information
#BAB638 (or 0xBAB638) is known color: Brass. HEX triplet: BA, B6 and 38. RGB value is (186,182,56). Sum of RGB (Red+Green+Blue) = 186+182+56=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB638 is #4549C7. Grayscale: #A9A9A9. Windows color (decimal): -4540872 or 3716794. OLE color: 3716794.
HSL color Cylindrical-coordinate representation of color #BAB638: hue angle of 58.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAB638 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 56 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.27 |
| HSL | 58.15º | 0.54% | 0.47% | - |
| HSV(B) | 58.15º | 0.7% | 0.73% | - |
| XYZ | 37.69 | 44.18 | 10.28 | - |
| YUV | 168.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 56 | 0 | 0.02 | 0.70 | 0.27 | 58.15 | 0.54 | 0.47 |
| Hex | BA | B6 | 38 | 0 | 2 | 46 | 1B | 3A | 36 | 2F |
| Octal | 272 | 266 | 70 | 0 | 2 | 106 | 33 | 72 | 66 | 57 |
| Binary | 10111010 | 10110110 | 111000 | 0 | 10 | 1000110 | 11011 | 111010 | 110110 | 101111 |
Color Harmonies of #BAB638
Complementary color
Monochromatic Colors of #BAB638
Black with #BAB638
Text Example
Text Example
White with #BAB638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB638; }
p { color: rgb(186,182,56); }
H1.HeaderClassName
{
color: #BAB638;
}
.AnyTagClassName
{
color: #BAB638;
}
</style>
background-color css
<style>
a { background-color: #BAB638; }
a { background-color: rgb(186,182,56); }
div.DivClassName
{
background-color: #BAB638;
}
.BgClassName
{
background-color: #BAB638;
}
</style>
border-color css
<style>
span { border-color: #BAB638; }
span { border-color: rgb(186,182,56); }
td.TdClassName
{
border-color: #BAB638;
}
.TagClassName
{
border-color: #BAB638;
}
</style>