Shades of Brass #BAB03D
Tints of Brass #BAB03D
RGB
CMYK
RGB Variations
Color information
#BAB03D (or 0xBAB03D) is known color: Brass. HEX triplet: BA, B0 and 3D. RGB value is (186,176,61). Sum of RGB (Red+Green+Blue) = 186+176+61=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB03D is #454FC2. Grayscale: #A6A6A6. Windows color (decimal): -4542403 or 4042938. OLE color: 4042938.
HSL color Cylindrical-coordinate representation of color #BAB03D: hue angle of 55.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAB03D is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 61 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.27 |
| HSL | 55.2º | 0.51% | 0.48% | - |
| HSV(B) | 55.2º | 0.67% | 0.73% | - |
| XYZ | 36.62 | 41.83 | 10.56 | - |
| YUV | 165.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 61 | 0 | 0.05 | 0.67 | 0.27 | 55.2 | 0.51 | 0.48 |
| Hex | BA | B0 | 3D | 0 | 5 | 43 | 1B | 37 | 33 | 30 |
| Octal | 272 | 260 | 75 | 0 | 5 | 103 | 33 | 67 | 63 | 60 |
| Binary | 10111010 | 10110000 | 111101 | 0 | 101 | 1000011 | 11011 | 110111 | 110011 | 110000 |
Color Harmonies of #BAB03D
Complementary color
Monochromatic Colors of #BAB03D
Black with #BAB03D
Text Example
Text Example
White with #BAB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB03D; }
p { color: rgb(186,176,61); }
H1.HeaderClassName
{
color: #BAB03D;
}
.AnyTagClassName
{
color: #BAB03D;
}
</style>
background-color css
<style>
a { background-color: #BAB03D; }
a { background-color: rgb(186,176,61); }
div.DivClassName
{
background-color: #BAB03D;
}
.BgClassName
{
background-color: #BAB03D;
}
</style>
border-color css
<style>
span { border-color: #BAB03D; }
span { border-color: rgb(186,176,61); }
td.TdClassName
{
border-color: #BAB03D;
}
.TagClassName
{
border-color: #BAB03D;
}
</style>