Shades of Brass #BAB143
Tints of Brass #BAB143
RGB
CMYK
RGB Variations
Color information
#BAB143 (or 0xBAB143) is known color: Brass. HEX triplet: BA, B1 and 43. RGB value is (186,177,67). Sum of RGB (Red+Green+Blue) = 186+177+67=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB143 is #454EBC. Grayscale: #A7A7A7. Windows color (decimal): -4542141 or 4436410. OLE color: 4436410.
HSL color Cylindrical-coordinate representation of color #BAB143: hue angle of 55.46º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAB143 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 177 | 67 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.27 |
| HSL | 55.46º | 0.47% | 0.5% | - |
| HSV(B) | 55.46º | 0.64% | 0.73% | - |
| XYZ | 36.98 | 42.29 | 11.52 | - |
| YUV | 167.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 67 | 0 | 0.05 | 0.64 | 0.27 | 55.46 | 0.47 | 0.5 |
| Hex | BA | B1 | 43 | 0 | 5 | 40 | 1B | 37 | 2F | 32 |
| Octal | 272 | 261 | 103 | 0 | 5 | 100 | 33 | 67 | 57 | 62 |
| Binary | 10111010 | 10110001 | 1000011 | 0 | 101 | 1000000 | 11011 | 110111 | 101111 | 110010 |
Color Harmonies of #BAB143
Complementary color
Monochromatic Colors of #BAB143
Black with #BAB143
Text Example
Text Example
White with #BAB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB143; }
p { color: rgb(186,177,67); }
H1.HeaderClassName
{
color: #BAB143;
}
.AnyTagClassName
{
color: #BAB143;
}
</style>
background-color css
<style>
a { background-color: #BAB143; }
a { background-color: rgb(186,177,67); }
div.DivClassName
{
background-color: #BAB143;
}
.BgClassName
{
background-color: #BAB143;
}
</style>
border-color css
<style>
span { border-color: #BAB143; }
span { border-color: rgb(186,177,67); }
td.TdClassName
{
border-color: #BAB143;
}
.TagClassName
{
border-color: #BAB143;
}
</style>