Shades of Brass #BCA241
Tints of Brass #BCA241
RGB
CMYK
RGB Variations
Color information
#BCA241 (or 0xBCA241) is known color: Brass. HEX triplet: BC, A2 and 41. RGB value is (188,162,65). Sum of RGB (Red+Green+Blue) = 188+162+65=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA241 is #435DBE. Grayscale: #9F9F9F. Windows color (decimal): -4414911 or 4301500. OLE color: 4301500.
HSL color Cylindrical-coordinate representation of color #BCA241: hue angle of 47.32º 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 #BCA241 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 65 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.26 |
| HSL | 47.32º | 0.49% | 0.5% | - |
| HSV(B) | 47.32º | 0.65% | 0.74% | - |
| XYZ | 34.61 | 36.91 | 10.3 | - |
| YUV | 158.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 65 | 0 | 0.14 | 0.65 | 0.26 | 47.32 | 0.49 | 0.5 |
| Hex | BC | A2 | 41 | 0 | E | 41 | 1A | 2F | 31 | 32 |
| Octal | 274 | 242 | 101 | 0 | 16 | 101 | 32 | 57 | 61 | 62 |
| Binary | 10111100 | 10100010 | 1000001 | 0 | 1110 | 1000001 | 11010 | 101111 | 110001 | 110010 |
Color Harmonies of #BCA241
Complementary color
Monochromatic Colors of #BCA241
Black with #BCA241
Text Example
Text Example
White with #BCA241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA241; }
p { color: rgb(188,162,65); }
H1.HeaderClassName
{
color: #BCA241;
}
.AnyTagClassName
{
color: #BCA241;
}
</style>
background-color css
<style>
a { background-color: #BCA241; }
a { background-color: rgb(188,162,65); }
div.DivClassName
{
background-color: #BCA241;
}
.BgClassName
{
background-color: #BCA241;
}
</style>
border-color css
<style>
span { border-color: #BCA241; }
span { border-color: rgb(188,162,65); }
td.TdClassName
{
border-color: #BCA241;
}
.TagClassName
{
border-color: #BCA241;
}
</style>