Shades of Brass #BCA240
Tints of Brass #BCA240
RGB
CMYK
RGB Variations
Color information
#BCA240 (or 0xBCA240) is known color: Brass. HEX triplet: BC, A2 and 40. RGB value is (188,162,64). Sum of RGB (Red+Green+Blue) = 188+162+64=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA240 is #435DBF. Grayscale: #9F9F9F. Windows color (decimal): -4414912 or 4235964. OLE color: 4235964.
HSL color Cylindrical-coordinate representation of color #BCA240: hue angle of 47.42º 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 #BCA240 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 64 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.26 |
| HSL | 47.42º | 0.49% | 0.49% | - |
| HSV(B) | 47.42º | 0.66% | 0.74% | - |
| XYZ | 34.58 | 36.9 | 10.15 | - |
| YUV | 158.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 64 | 0 | 0.14 | 0.66 | 0.26 | 47.42 | 0.49 | 0.49 |
| Hex | BC | A2 | 40 | 0 | E | 42 | 1A | 2F | 31 | 31 |
| Octal | 274 | 242 | 100 | 0 | 16 | 102 | 32 | 57 | 61 | 61 |
| Binary | 10111100 | 10100010 | 1000000 | 0 | 1110 | 1000010 | 11010 | 101111 | 110001 | 110001 |
Color Harmonies of #BCA240
Complementary color
Monochromatic Colors of #BCA240
Black with #BCA240
Text Example
Text Example
White with #BCA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA240; }
p { color: rgb(188,162,64); }
H1.HeaderClassName
{
color: #BCA240;
}
.AnyTagClassName
{
color: #BCA240;
}
</style>
background-color css
<style>
a { background-color: #BCA240; }
a { background-color: rgb(188,162,64); }
div.DivClassName
{
background-color: #BCA240;
}
.BgClassName
{
background-color: #BCA240;
}
</style>
border-color css
<style>
span { border-color: #BCA240; }
span { border-color: rgb(188,162,64); }
td.TdClassName
{
border-color: #BCA240;
}
.TagClassName
{
border-color: #BCA240;
}
</style>