Shades of Brass #BCA040
Tints of Brass #BCA040
RGB
CMYK
RGB Variations
Color information
#BCA040 (or 0xBCA040) is known color: Brass. HEX triplet: BC, A0 and 40. RGB value is (188,160,64). Sum of RGB (Red+Green+Blue) = 188+160+64=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA040 is #435FBF. Grayscale: #9D9D9D. Windows color (decimal): -4415424 or 4235452. OLE color: 4235452.
HSL color Cylindrical-coordinate representation of color #BCA040: hue angle of 46.45º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCA040 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 64 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.26 |
| HSL | 46.45º | 0.49% | 0.49% | - |
| HSV(B) | 46.45º | 0.66% | 0.74% | - |
| XYZ | 34.24 | 36.2 | 10.03 | - |
| YUV | 157.43 | 75.28 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 64 | 0 | 0.15 | 0.66 | 0.26 | 46.45 | 0.49 | 0.49 |
| Hex | BC | A0 | 40 | 0 | F | 42 | 1A | 2E | 31 | 31 |
| Octal | 274 | 240 | 100 | 0 | 17 | 102 | 32 | 56 | 61 | 61 |
| Binary | 10111100 | 10100000 | 1000000 | 0 | 1111 | 1000010 | 11010 | 101110 | 110001 | 110001 |
Color Harmonies of #BCA040
Complementary color
Monochromatic Colors of #BCA040
Black with #BCA040
Text Example
Text Example
White with #BCA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA040; }
p { color: rgb(188,160,64); }
H1.HeaderClassName
{
color: #BCA040;
}
.AnyTagClassName
{
color: #BCA040;
}
</style>
background-color css
<style>
a { background-color: #BCA040; }
a { background-color: rgb(188,160,64); }
div.DivClassName
{
background-color: #BCA040;
}
.BgClassName
{
background-color: #BCA040;
}
</style>
border-color css
<style>
span { border-color: #BCA040; }
span { border-color: rgb(188,160,64); }
td.TdClassName
{
border-color: #BCA040;
}
.TagClassName
{
border-color: #BCA040;
}
</style>