Shades of Brass #BAB334
Tints of Brass #BAB334
RGB
CMYK
RGB Variations
Color information
#BAB334 (or 0xBAB334) is known color: Brass. HEX triplet: BA, B3 and 34. RGB value is (186,179,52). Sum of RGB (Red+Green+Blue) = 186+179+52=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB334 is #454CCB. Grayscale: #A7A7A7. Windows color (decimal): -4541644 or 3453882. OLE color: 3453882.
HSL color Cylindrical-coordinate representation of color #BAB334: hue angle of 56.87º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAB334 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 52 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.27 |
| HSL | 56.87º | 0.56% | 0.47% | - |
| HSV(B) | 56.87º | 0.72% | 0.73% | - |
| XYZ | 36.99 | 42.93 | 9.59 | - |
| YUV | 166.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 52 | 0 | 0.04 | 0.72 | 0.27 | 56.87 | 0.56 | 0.47 |
| Hex | BA | B3 | 34 | 0 | 4 | 48 | 1B | 39 | 38 | 2F |
| Octal | 272 | 263 | 64 | 0 | 4 | 110 | 33 | 71 | 70 | 57 |
| Binary | 10111010 | 10110011 | 110100 | 0 | 100 | 1001000 | 11011 | 111001 | 111000 | 101111 |
Color Harmonies of #BAB334
Complementary color
Monochromatic Colors of #BAB334
Black with #BAB334
Text Example
Text Example
White with #BAB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB334; }
p { color: rgb(186,179,52); }
H1.HeaderClassName
{
color: #BAB334;
}
.AnyTagClassName
{
color: #BAB334;
}
</style>
background-color css
<style>
a { background-color: #BAB334; }
a { background-color: rgb(186,179,52); }
div.DivClassName
{
background-color: #BAB334;
}
.BgClassName
{
background-color: #BAB334;
}
</style>
border-color css
<style>
span { border-color: #BAB334; }
span { border-color: rgb(186,179,52); }
td.TdClassName
{
border-color: #BAB334;
}
.TagClassName
{
border-color: #BAB334;
}
</style>