Shades of Brass #BAB734
Tints of Brass #BAB734
RGB
CMYK
RGB Variations
Color information
#BAB734 (or 0xBAB734) is known color: Brass. HEX triplet: BA, B7 and 34. RGB value is (186,183,52). Sum of RGB (Red+Green+Blue) = 186+183+52=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB734 is #4548CB. Grayscale: #A9A9A9. Windows color (decimal): -4540620 or 3454906. OLE color: 3454906.
HSL color Cylindrical-coordinate representation of color #BAB734: hue angle of 58.66º 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 #BAB734 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 52 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.27 |
| HSL | 58.66º | 0.56% | 0.47% | - |
| HSV(B) | 58.66º | 0.72% | 0.73% | - |
| XYZ | 37.8 | 44.55 | 9.86 | - |
| YUV | 168.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 52 | 0 | 0.02 | 0.72 | 0.27 | 58.66 | 0.56 | 0.47 |
| Hex | BA | B7 | 34 | 0 | 2 | 48 | 1B | 3B | 38 | 2F |
| Octal | 272 | 267 | 64 | 0 | 2 | 110 | 33 | 73 | 70 | 57 |
| Binary | 10111010 | 10110111 | 110100 | 0 | 10 | 1001000 | 11011 | 111011 | 111000 | 101111 |
Color Harmonies of #BAB734
Complementary color
Monochromatic Colors of #BAB734
Black with #BAB734
Text Example
Text Example
White with #BAB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB734; }
p { color: rgb(186,183,52); }
H1.HeaderClassName
{
color: #BAB734;
}
.AnyTagClassName
{
color: #BAB734;
}
</style>
background-color css
<style>
a { background-color: #BAB734; }
a { background-color: rgb(186,183,52); }
div.DivClassName
{
background-color: #BAB734;
}
.BgClassName
{
background-color: #BAB734;
}
</style>
border-color css
<style>
span { border-color: #BAB734; }
span { border-color: rgb(186,183,52); }
td.TdClassName
{
border-color: #BAB734;
}
.TagClassName
{
border-color: #BAB734;
}
</style>