Shades of Brass #BCA846
Tints of Brass #BCA846
RGB
CMYK
RGB Variations
Color information
#BCA846 (or 0xBCA846) is known color: Brass. HEX triplet: BC, A8 and 46. RGB value is (188,168,70). Sum of RGB (Red+Green+Blue) = 188+168+70=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA846 is #4357B9. Grayscale: #A3A3A3. Windows color (decimal): -4413370 or 4630716. OLE color: 4630716.
HSL color Cylindrical-coordinate representation of color #BCA846: hue angle of 49.83º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCA846 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 70 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.26 |
| HSL | 49.83º | 0.47% | 0.51% | - |
| HSV(B) | 49.83º | 0.63% | 0.74% | - |
| XYZ | 35.85 | 39.14 | 11.46 | - |
| YUV | 162.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 70 | 0 | 0.11 | 0.63 | 0.26 | 49.83 | 0.47 | 0.51 |
| Hex | BC | A8 | 46 | 0 | B | 3F | 1A | 32 | 2F | 33 |
| Octal | 274 | 250 | 106 | 0 | 13 | 77 | 32 | 62 | 57 | 63 |
| Binary | 10111100 | 10101000 | 1000110 | 0 | 1011 | 111111 | 11010 | 110010 | 101111 | 110011 |
Color Harmonies of #BCA846
Complementary color
Monochromatic Colors of #BCA846
Black with #BCA846
Text Example
Text Example
White with #BCA846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA846; }
p { color: rgb(188,168,70); }
H1.HeaderClassName
{
color: #BCA846;
}
.AnyTagClassName
{
color: #BCA846;
}
</style>
background-color css
<style>
a { background-color: #BCA846; }
a { background-color: rgb(188,168,70); }
div.DivClassName
{
background-color: #BCA846;
}
.BgClassName
{
background-color: #BCA846;
}
</style>
border-color css
<style>
span { border-color: #BCA846; }
span { border-color: rgb(188,168,70); }
td.TdClassName
{
border-color: #BCA846;
}
.TagClassName
{
border-color: #BCA846;
}
</style>