Shades of Brass #BAB934
Tints of Brass #BAB934
RGB
CMYK
RGB Variations
Color information
#BAB934 (or 0xBAB934) is known color: Brass. HEX triplet: BA, B9 and 34. RGB value is (186,185,52). Sum of RGB (Red+Green+Blue) = 186+185+52=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB934 is #4546CB. Grayscale: #AAAAAA. Windows color (decimal): -4540108 or 3455418. OLE color: 3455418.
HSL color Cylindrical-coordinate representation of color #BAB934: hue angle of 59.55º 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 #BAB934 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 52 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.27 |
| HSL | 59.55º | 0.56% | 0.47% | - |
| HSV(B) | 59.55º | 0.72% | 0.73% | - |
| XYZ | 38.22 | 45.38 | 9.99 | - |
| YUV | 170.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 52 | 0 | 0.01 | 0.72 | 0.27 | 59.55 | 0.56 | 0.47 |
| Hex | BA | B9 | 34 | 0 | 1 | 48 | 1B | 3C | 38 | 2F |
| Octal | 272 | 271 | 64 | 0 | 1 | 110 | 33 | 74 | 70 | 57 |
| Binary | 10111010 | 10111001 | 110100 | 0 | 1 | 1001000 | 11011 | 111100 | 111000 | 101111 |
Color Harmonies of #BAB934
Complementary color
Monochromatic Colors of #BAB934
Black with #BAB934
Text Example
Text Example
White with #BAB934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB934; }
p { color: rgb(186,185,52); }
H1.HeaderClassName
{
color: #BAB934;
}
.AnyTagClassName
{
color: #BAB934;
}
</style>
background-color css
<style>
a { background-color: #BAB934; }
a { background-color: rgb(186,185,52); }
div.DivClassName
{
background-color: #BAB934;
}
.BgClassName
{
background-color: #BAB934;
}
</style>
border-color css
<style>
span { border-color: #BAB934; }
span { border-color: rgb(186,185,52); }
td.TdClassName
{
border-color: #BAB934;
}
.TagClassName
{
border-color: #BAB934;
}
</style>