Shades of Brass #BAB448
Tints of Brass #BAB448
RGB
CMYK
RGB Variations
Color information
#BAB448 (or 0xBAB448) is known color: Brass. HEX triplet: BA, B4 and 48. RGB value is (186,180,72). Sum of RGB (Red+Green+Blue) = 186+180+72=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB448 is #454BB7. Grayscale: #A9A9A9. Windows color (decimal): -4541368 or 4764858. OLE color: 4764858.
HSL color Cylindrical-coordinate representation of color #BAB448: hue angle of 56.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAB448 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 72 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.27 |
| HSL | 56.84º | 0.45% | 0.51% | - |
| HSV(B) | 56.84º | 0.61% | 0.73% | - |
| XYZ | 37.74 | 43.55 | 12.55 | - |
| YUV | 169.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 72 | 0 | 0.03 | 0.61 | 0.27 | 56.84 | 0.45 | 0.51 |
| Hex | BA | B4 | 48 | 0 | 3 | 3D | 1B | 39 | 2D | 33 |
| Octal | 272 | 264 | 110 | 0 | 3 | 75 | 33 | 71 | 55 | 63 |
| Binary | 10111010 | 10110100 | 1001000 | 0 | 11 | 111101 | 11011 | 111001 | 101101 | 110011 |
Color Harmonies of #BAB448
Complementary color
Monochromatic Colors of #BAB448
Black with #BAB448
Text Example
Text Example
White with #BAB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB448; }
p { color: rgb(186,180,72); }
H1.HeaderClassName
{
color: #BAB448;
}
.AnyTagClassName
{
color: #BAB448;
}
</style>
background-color css
<style>
a { background-color: #BAB448; }
a { background-color: rgb(186,180,72); }
div.DivClassName
{
background-color: #BAB448;
}
.BgClassName
{
background-color: #BAB448;
}
</style>
border-color css
<style>
span { border-color: #BAB448; }
span { border-color: rgb(186,180,72); }
td.TdClassName
{
border-color: #BAB448;
}
.TagClassName
{
border-color: #BAB448;
}
</style>