Shades of Brass #BCA746
Tints of Brass #BCA746
RGB
CMYK
RGB Variations
Color information
#BCA746 (or 0xBCA746) is known color: Brass. HEX triplet: BC, A7 and 46. RGB value is (188,167,70). Sum of RGB (Red+Green+Blue) = 188+167+70=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA746 is #4358B9. Grayscale: #A2A2A2. Windows color (decimal): -4413626 or 4630460. OLE color: 4630460.
HSL color Cylindrical-coordinate representation of color #BCA746: hue angle of 49.32º 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 #BCA746 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 70 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.26 |
| HSL | 49.32º | 0.47% | 0.51% | - |
| HSV(B) | 49.32º | 0.63% | 0.74% | - |
| XYZ | 35.66 | 38.77 | 11.4 | - |
| YUV | 162.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 70 | 0 | 0.11 | 0.63 | 0.26 | 49.32 | 0.47 | 0.51 |
| Hex | BC | A7 | 46 | 0 | B | 3F | 1A | 31 | 2F | 33 |
| Octal | 274 | 247 | 106 | 0 | 13 | 77 | 32 | 61 | 57 | 63 |
| Binary | 10111100 | 10100111 | 1000110 | 0 | 1011 | 111111 | 11010 | 110001 | 101111 | 110011 |
Color Harmonies of #BCA746
Complementary color
Monochromatic Colors of #BCA746
Black with #BCA746
Text Example
Text Example
White with #BCA746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA746; }
p { color: rgb(188,167,70); }
H1.HeaderClassName
{
color: #BCA746;
}
.AnyTagClassName
{
color: #BCA746;
}
</style>
background-color css
<style>
a { background-color: #BCA746; }
a { background-color: rgb(188,167,70); }
div.DivClassName
{
background-color: #BCA746;
}
.BgClassName
{
background-color: #BCA746;
}
</style>
border-color css
<style>
span { border-color: #BCA746; }
span { border-color: rgb(188,167,70); }
td.TdClassName
{
border-color: #BCA746;
}
.TagClassName
{
border-color: #BCA746;
}
</style>