Shades of Brass #BCA643
Tints of Brass #BCA643
RGB
CMYK
RGB Variations
Color information
#BCA643 (or 0xBCA643) is known color: Brass. HEX triplet: BC, A6 and 43. RGB value is (188,166,67). Sum of RGB (Red+Green+Blue) = 188+166+67=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA643 is #4359BC. Grayscale: #A1A1A1. Windows color (decimal): -4413885 or 4433596. OLE color: 4433596.
HSL color Cylindrical-coordinate representation of color #BCA643: hue angle of 49.09º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCA643 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 67 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.26 |
| HSL | 49.09º | 0.47% | 0.5% | - |
| HSV(B) | 49.09º | 0.64% | 0.74% | - |
| XYZ | 35.39 | 38.37 | 10.85 | - |
| YUV | 161.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 67 | 0 | 0.12 | 0.64 | 0.26 | 49.09 | 0.47 | 0.5 |
| Hex | BC | A6 | 43 | 0 | C | 40 | 1A | 31 | 2F | 32 |
| Octal | 274 | 246 | 103 | 0 | 14 | 100 | 32 | 61 | 57 | 62 |
| Binary | 10111100 | 10100110 | 1000011 | 0 | 1100 | 1000000 | 11010 | 110001 | 101111 | 110010 |
Color Harmonies of #BCA643
Complementary color
Monochromatic Colors of #BCA643
Black with #BCA643
Text Example
Text Example
White with #BCA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA643; }
p { color: rgb(188,166,67); }
H1.HeaderClassName
{
color: #BCA643;
}
.AnyTagClassName
{
color: #BCA643;
}
</style>
background-color css
<style>
a { background-color: #BCA643; }
a { background-color: rgb(188,166,67); }
div.DivClassName
{
background-color: #BCA643;
}
.BgClassName
{
background-color: #BCA643;
}
</style>
border-color css
<style>
span { border-color: #BCA643; }
span { border-color: rgb(188,166,67); }
td.TdClassName
{
border-color: #BCA643;
}
.TagClassName
{
border-color: #BCA643;
}
</style>