Shades of Brass #BAB834
Tints of Brass #BAB834
RGB
CMYK
RGB Variations
Color information
#BAB834 (or 0xBAB834) is known color: Brass. HEX triplet: BA, B8 and 34. RGB value is (186,184,52). Sum of RGB (Red+Green+Blue) = 186+184+52=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB834 is #4547CB. Grayscale: #AAAAAA. Windows color (decimal): -4540364 or 3455162. OLE color: 3455162.
HSL color Cylindrical-coordinate representation of color #BAB834: hue angle of 59.1º 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 #BAB834 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 52 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.27 |
| HSL | 59.1º | 0.56% | 0.47% | - |
| HSV(B) | 59.1º | 0.72% | 0.73% | - |
| XYZ | 38.01 | 44.97 | 9.93 | - |
| YUV | 169.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 52 | 0 | 0.01 | 0.72 | 0.27 | 59.1 | 0.56 | 0.47 |
| Hex | BA | B8 | 34 | 0 | 1 | 48 | 1B | 3B | 38 | 2F |
| Octal | 272 | 270 | 64 | 0 | 1 | 110 | 33 | 73 | 70 | 57 |
| Binary | 10111010 | 10111000 | 110100 | 0 | 1 | 1001000 | 11011 | 111011 | 111000 | 101111 |
Color Harmonies of #BAB834
Complementary color
Monochromatic Colors of #BAB834
Black with #BAB834
Text Example
Text Example
White with #BAB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB834; }
p { color: rgb(186,184,52); }
H1.HeaderClassName
{
color: #BAB834;
}
.AnyTagClassName
{
color: #BAB834;
}
</style>
background-color css
<style>
a { background-color: #BAB834; }
a { background-color: rgb(186,184,52); }
div.DivClassName
{
background-color: #BAB834;
}
.BgClassName
{
background-color: #BAB834;
}
</style>
border-color css
<style>
span { border-color: #BAB834; }
span { border-color: rgb(186,184,52); }
td.TdClassName
{
border-color: #BAB834;
}
.TagClassName
{
border-color: #BAB834;
}
</style>