Shades of Brass #BCAB39
Tints of Brass #BCAB39
RGB
CMYK
RGB Variations
Color information
#BCAB39 (or 0xBCAB39) is known color: Brass. HEX triplet: BC, AB and 39. RGB value is (188,171,57). Sum of RGB (Red+Green+Blue) = 188+171+57=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB39 is #4354C6. Grayscale: #A3A3A3. Windows color (decimal): -4412615 or 3779516. OLE color: 3779516.
HSL color Cylindrical-coordinate representation of color #BCAB39: hue angle of 52.21º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCAB39 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 57 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.26 |
| HSL | 52.21º | 0.53% | 0.48% | - |
| HSV(B) | 52.21º | 0.7% | 0.74% | - |
| XYZ | 36.04 | 40.11 | 9.71 | - |
| YUV | 163.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 57 | 0 | 0.09 | 0.70 | 0.26 | 52.21 | 0.53 | 0.48 |
| Hex | BC | AB | 39 | 0 | 9 | 46 | 1A | 34 | 35 | 30 |
| Octal | 274 | 253 | 71 | 0 | 11 | 106 | 32 | 64 | 65 | 60 |
| Binary | 10111100 | 10101011 | 111001 | 0 | 1001 | 1000110 | 11010 | 110100 | 110101 | 110000 |
Color Harmonies of #BCAB39
Complementary color
Monochromatic Colors of #BCAB39
Black with #BCAB39
Text Example
Text Example
White with #BCAB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB39; }
p { color: rgb(188,171,57); }
H1.HeaderClassName
{
color: #BCAB39;
}
.AnyTagClassName
{
color: #BCAB39;
}
</style>
background-color css
<style>
a { background-color: #BCAB39; }
a { background-color: rgb(188,171,57); }
div.DivClassName
{
background-color: #BCAB39;
}
.BgClassName
{
background-color: #BCAB39;
}
</style>
border-color css
<style>
span { border-color: #BCAB39; }
span { border-color: rgb(188,171,57); }
td.TdClassName
{
border-color: #BCAB39;
}
.TagClassName
{
border-color: #BCAB39;
}
</style>