Shades of Brass #BCA641
Tints of Brass #BCA641
RGB
CMYK
RGB Variations
Color information
#BCA641 (or 0xBCA641) is known color: Brass. HEX triplet: BC, A6 and 41. RGB value is (188,166,65). Sum of RGB (Red+Green+Blue) = 188+166+65=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA641 is #4359BE. Grayscale: #A1A1A1. Windows color (decimal): -4413887 or 4302524. OLE color: 4302524.
HSL color Cylindrical-coordinate representation of color #BCA641: hue angle of 49.27º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCA641 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 65 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.26 |
| HSL | 49.27º | 0.49% | 0.5% | - |
| HSV(B) | 49.27º | 0.65% | 0.74% | - |
| XYZ | 35.33 | 38.35 | 10.54 | - |
| YUV | 161.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 65 | 0 | 0.12 | 0.65 | 0.26 | 49.27 | 0.49 | 0.5 |
| Hex | BC | A6 | 41 | 0 | C | 41 | 1A | 31 | 31 | 32 |
| Octal | 274 | 246 | 101 | 0 | 14 | 101 | 32 | 61 | 61 | 62 |
| Binary | 10111100 | 10100110 | 1000001 | 0 | 1100 | 1000001 | 11010 | 110001 | 110001 | 110010 |
Color Harmonies of #BCA641
Complementary color
Monochromatic Colors of #BCA641
Black with #BCA641
Text Example
Text Example
White with #BCA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA641; }
p { color: rgb(188,166,65); }
H1.HeaderClassName
{
color: #BCA641;
}
.AnyTagClassName
{
color: #BCA641;
}
</style>
background-color css
<style>
a { background-color: #BCA641; }
a { background-color: rgb(188,166,65); }
div.DivClassName
{
background-color: #BCA641;
}
.BgClassName
{
background-color: #BCA641;
}
</style>
border-color css
<style>
span { border-color: #BCA641; }
span { border-color: rgb(188,166,65); }
td.TdClassName
{
border-color: #BCA641;
}
.TagClassName
{
border-color: #BCA641;
}
</style>