Shades of Brass #BCA845
Tints of Brass #BCA845
RGB
CMYK
RGB Variations
Color information
#BCA845 (or 0xBCA845) is known color: Brass. HEX triplet: BC, A8 and 45. RGB value is (188,168,69). Sum of RGB (Red+Green+Blue) = 188+168+69=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA845 is #4357BA. Grayscale: #A3A3A3. Windows color (decimal): -4413371 or 4565180. OLE color: 4565180.
HSL color Cylindrical-coordinate representation of color #BCA845: hue angle of 49.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCA845 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 69 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.26 |
| HSL | 49.92º | 0.47% | 0.5% | - |
| HSV(B) | 49.92º | 0.63% | 0.74% | - |
| XYZ | 35.82 | 39.13 | 11.29 | - |
| YUV | 162.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 69 | 0 | 0.11 | 0.63 | 0.26 | 49.92 | 0.47 | 0.5 |
| Hex | BC | A8 | 45 | 0 | B | 3F | 1A | 32 | 2F | 32 |
| Octal | 274 | 250 | 105 | 0 | 13 | 77 | 32 | 62 | 57 | 62 |
| Binary | 10111100 | 10101000 | 1000101 | 0 | 1011 | 111111 | 11010 | 110010 | 101111 | 110010 |
Color Harmonies of #BCA845
Complementary color
Monochromatic Colors of #BCA845
Black with #BCA845
Text Example
Text Example
White with #BCA845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA845; }
p { color: rgb(188,168,69); }
H1.HeaderClassName
{
color: #BCA845;
}
.AnyTagClassName
{
color: #BCA845;
}
</style>
background-color css
<style>
a { background-color: #BCA845; }
a { background-color: rgb(188,168,69); }
div.DivClassName
{
background-color: #BCA845;
}
.BgClassName
{
background-color: #BCA845;
}
</style>
border-color css
<style>
span { border-color: #BCA845; }
span { border-color: rgb(188,168,69); }
td.TdClassName
{
border-color: #BCA845;
}
.TagClassName
{
border-color: #BCA845;
}
</style>