Shades of Brass #BCA839
Tints of Brass #BCA839
RGB
CMYK
RGB Variations
Color information
#BCA839 (or 0xBCA839) is known color: Brass. HEX triplet: BC, A8 and 39. RGB value is (188,168,57). Sum of RGB (Red+Green+Blue) = 188+168+57=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA839 is #4357C6. Grayscale: #A1A1A1. Windows color (decimal): -4413383 or 3778748. OLE color: 3778748.
HSL color Cylindrical-coordinate representation of color #BCA839: hue angle of 50.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCA839 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 57 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.26 |
| HSL | 50.84º | 0.53% | 0.48% | - |
| HSV(B) | 50.84º | 0.7% | 0.74% | - |
| XYZ | 35.48 | 38.99 | 9.53 | - |
| YUV | 161.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 57 | 0 | 0.11 | 0.70 | 0.26 | 50.84 | 0.53 | 0.48 |
| Hex | BC | A8 | 39 | 0 | B | 46 | 1A | 33 | 35 | 30 |
| Octal | 274 | 250 | 71 | 0 | 13 | 106 | 32 | 63 | 65 | 60 |
| Binary | 10111100 | 10101000 | 111001 | 0 | 1011 | 1000110 | 11010 | 110011 | 110101 | 110000 |
Color Harmonies of #BCA839
Complementary color
Monochromatic Colors of #BCA839
Black with #BCA839
Text Example
Text Example
White with #BCA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA839; }
p { color: rgb(188,168,57); }
H1.HeaderClassName
{
color: #BCA839;
}
.AnyTagClassName
{
color: #BCA839;
}
</style>
background-color css
<style>
a { background-color: #BCA839; }
a { background-color: rgb(188,168,57); }
div.DivClassName
{
background-color: #BCA839;
}
.BgClassName
{
background-color: #BCA839;
}
</style>
border-color css
<style>
span { border-color: #BCA839; }
span { border-color: rgb(188,168,57); }
td.TdClassName
{
border-color: #BCA839;
}
.TagClassName
{
border-color: #BCA839;
}
</style>