Shades of Brass #BCA441
Tints of Brass #BCA441
RGB
CMYK
RGB Variations
Color information
#BCA441 (or 0xBCA441) is known color: Brass. HEX triplet: BC, A4 and 41. RGB value is (188,164,65). Sum of RGB (Red+Green+Blue) = 188+164+65=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA441 is #435BBE. Grayscale: #A0A0A0. Windows color (decimal): -4414399 or 4302012. OLE color: 4302012.
HSL color Cylindrical-coordinate representation of color #BCA441: hue angle of 48.29º 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 #BCA441 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 65 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.26 |
| HSL | 48.29º | 0.49% | 0.5% | - |
| HSV(B) | 48.29º | 0.65% | 0.74% | - |
| XYZ | 34.97 | 37.62 | 10.42 | - |
| YUV | 159.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 65 | 0 | 0.13 | 0.65 | 0.26 | 48.29 | 0.49 | 0.5 |
| Hex | BC | A4 | 41 | 0 | D | 41 | 1A | 30 | 31 | 32 |
| Octal | 274 | 244 | 101 | 0 | 15 | 101 | 32 | 60 | 61 | 62 |
| Binary | 10111100 | 10100100 | 1000001 | 0 | 1101 | 1000001 | 11010 | 110000 | 110001 | 110010 |
Color Harmonies of #BCA441
Complementary color
Monochromatic Colors of #BCA441
Black with #BCA441
Text Example
Text Example
White with #BCA441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA441; }
p { color: rgb(188,164,65); }
H1.HeaderClassName
{
color: #BCA441;
}
.AnyTagClassName
{
color: #BCA441;
}
</style>
background-color css
<style>
a { background-color: #BCA441; }
a { background-color: rgb(188,164,65); }
div.DivClassName
{
background-color: #BCA441;
}
.BgClassName
{
background-color: #BCA441;
}
</style>
border-color css
<style>
span { border-color: #BCA441; }
span { border-color: rgb(188,164,65); }
td.TdClassName
{
border-color: #BCA441;
}
.TagClassName
{
border-color: #BCA441;
}
</style>