Shades of Brass #BAB238
Tints of Brass #BAB238
RGB
CMYK
RGB Variations
Color information
#BAB238 (or 0xBAB238) is known color: Brass. HEX triplet: BA, B2 and 38. RGB value is (186,178,56). Sum of RGB (Red+Green+Blue) = 186+178+56=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB238 is #454DC7. Grayscale: #A6A6A6. Windows color (decimal): -4541896 or 3715770. OLE color: 3715770.
HSL color Cylindrical-coordinate representation of color #BAB238: hue angle of 56.31º 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 #BAB238 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 56 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.27 |
| HSL | 56.31º | 0.54% | 0.47% | - |
| HSV(B) | 56.31º | 0.7% | 0.73% | - |
| XYZ | 36.88 | 42.57 | 10.01 | - |
| YUV | 166.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 56 | 0 | 0.04 | 0.70 | 0.27 | 56.31 | 0.54 | 0.47 |
| Hex | BA | B2 | 38 | 0 | 4 | 46 | 1B | 38 | 36 | 2F |
| Octal | 272 | 262 | 70 | 0 | 4 | 106 | 33 | 70 | 66 | 57 |
| Binary | 10111010 | 10110010 | 111000 | 0 | 100 | 1000110 | 11011 | 111000 | 110110 | 101111 |
Color Harmonies of #BAB238
Complementary color
Monochromatic Colors of #BAB238
Black with #BAB238
Text Example
Text Example
White with #BAB238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB238; }
p { color: rgb(186,178,56); }
H1.HeaderClassName
{
color: #BAB238;
}
.AnyTagClassName
{
color: #BAB238;
}
</style>
background-color css
<style>
a { background-color: #BAB238; }
a { background-color: rgb(186,178,56); }
div.DivClassName
{
background-color: #BAB238;
}
.BgClassName
{
background-color: #BAB238;
}
</style>
border-color css
<style>
span { border-color: #BAB238; }
span { border-color: rgb(186,178,56); }
td.TdClassName
{
border-color: #BAB238;
}
.TagClassName
{
border-color: #BAB238;
}
</style>