Shades of Brass #BAB234
Tints of Brass #BAB234
RGB
CMYK
RGB Variations
Color information
#BAB234 (or 0xBAB234) is known color: Brass. HEX triplet: BA, B2 and 34. RGB value is (186,178,52). Sum of RGB (Red+Green+Blue) = 186+178+52=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB234 is #454DCB. Grayscale: #A6A6A6. Windows color (decimal): -4541900 or 3453626. OLE color: 3453626.
HSL color Cylindrical-coordinate representation of color #BAB234: hue angle of 56.42º 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 #BAB234 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 52 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.27 |
| HSL | 56.42º | 0.56% | 0.47% | - |
| HSV(B) | 56.42º | 0.72% | 0.73% | - |
| XYZ | 36.79 | 42.53 | 9.52 | - |
| YUV | 166.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 52 | 0 | 0.04 | 0.72 | 0.27 | 56.42 | 0.56 | 0.47 |
| Hex | BA | B2 | 34 | 0 | 4 | 48 | 1B | 38 | 38 | 2F |
| Octal | 272 | 262 | 64 | 0 | 4 | 110 | 33 | 70 | 70 | 57 |
| Binary | 10111010 | 10110010 | 110100 | 0 | 100 | 1001000 | 11011 | 111000 | 111000 | 101111 |
Color Harmonies of #BAB234
Complementary color
Monochromatic Colors of #BAB234
Black with #BAB234
Text Example
Text Example
White with #BAB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB234; }
p { color: rgb(186,178,52); }
H1.HeaderClassName
{
color: #BAB234;
}
.AnyTagClassName
{
color: #BAB234;
}
</style>
background-color css
<style>
a { background-color: #BAB234; }
a { background-color: rgb(186,178,52); }
div.DivClassName
{
background-color: #BAB234;
}
.BgClassName
{
background-color: #BAB234;
}
</style>
border-color css
<style>
span { border-color: #BAB234; }
span { border-color: rgb(186,178,52); }
td.TdClassName
{
border-color: #BAB234;
}
.TagClassName
{
border-color: #BAB234;
}
</style>