Shades of Brass #BCA841
Tints of Brass #BCA841
RGB
CMYK
RGB Variations
Color information
#BCA841 (or 0xBCA841) is known color: Brass. HEX triplet: BC, A8 and 41. RGB value is (188,168,65). Sum of RGB (Red+Green+Blue) = 188+168+65=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA841 is #4357BE. Grayscale: #A2A2A2. Windows color (decimal): -4413375 or 4303036. OLE color: 4303036.
HSL color Cylindrical-coordinate representation of color #BCA841: hue angle of 50.24º 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 #BCA841 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 65 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.26 |
| HSL | 50.24º | 0.49% | 0.5% | - |
| HSV(B) | 50.24º | 0.65% | 0.74% | - |
| XYZ | 35.7 | 39.08 | 10.66 | - |
| YUV | 162.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 65 | 0 | 0.11 | 0.65 | 0.26 | 50.24 | 0.49 | 0.5 |
| Hex | BC | A8 | 41 | 0 | B | 41 | 1A | 32 | 31 | 32 |
| Octal | 274 | 250 | 101 | 0 | 13 | 101 | 32 | 62 | 61 | 62 |
| Binary | 10111100 | 10101000 | 1000001 | 0 | 1011 | 1000001 | 11010 | 110010 | 110001 | 110010 |
Color Harmonies of #BCA841
Complementary color
Monochromatic Colors of #BCA841
Black with #BCA841
Text Example
Text Example
White with #BCA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA841; }
p { color: rgb(188,168,65); }
H1.HeaderClassName
{
color: #BCA841;
}
.AnyTagClassName
{
color: #BCA841;
}
</style>
background-color css
<style>
a { background-color: #BCA841; }
a { background-color: rgb(188,168,65); }
div.DivClassName
{
background-color: #BCA841;
}
.BgClassName
{
background-color: #BCA841;
}
</style>
border-color css
<style>
span { border-color: #BCA841; }
span { border-color: rgb(188,168,65); }
td.TdClassName
{
border-color: #BCA841;
}
.TagClassName
{
border-color: #BCA841;
}
</style>