Shades of Brass #BCA13C
Tints of Brass #BCA13C
RGB
CMYK
RGB Variations
Color information
#BCA13C (or 0xBCA13C) is known color: Brass. HEX triplet: BC, A1 and 3C. RGB value is (188,161,60). Sum of RGB (Red+Green+Blue) = 188+161+60=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA13C is #435EC3. Grayscale: #9D9D9D. Windows color (decimal): -4415172 or 3973564. OLE color: 3973564.
HSL color Cylindrical-coordinate representation of color #BCA13C: hue angle of 47.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCA13C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 60 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.26 |
| HSL | 47.34º | 0.52% | 0.49% | - |
| HSV(B) | 47.34º | 0.68% | 0.74% | - |
| XYZ | 34.3 | 36.51 | 9.51 | - |
| YUV | 157.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 60 | 0 | 0.14 | 0.68 | 0.26 | 47.34 | 0.52 | 0.49 |
| Hex | BC | A1 | 3C | 0 | E | 44 | 1A | 2F | 34 | 31 |
| Octal | 274 | 241 | 74 | 0 | 16 | 104 | 32 | 57 | 64 | 61 |
| Binary | 10111100 | 10100001 | 111100 | 0 | 1110 | 1000100 | 11010 | 101111 | 110100 | 110001 |
Color Harmonies of #BCA13C
Complementary color
Monochromatic Colors of #BCA13C
Black with #BCA13C
Text Example
Text Example
White with #BCA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA13C; }
p { color: rgb(188,161,60); }
H1.HeaderClassName
{
color: #BCA13C;
}
.AnyTagClassName
{
color: #BCA13C;
}
</style>
background-color css
<style>
a { background-color: #BCA13C; }
a { background-color: rgb(188,161,60); }
div.DivClassName
{
background-color: #BCA13C;
}
.BgClassName
{
background-color: #BCA13C;
}
</style>
border-color css
<style>
span { border-color: #BCA13C; }
span { border-color: rgb(188,161,60); }
td.TdClassName
{
border-color: #BCA13C;
}
.TagClassName
{
border-color: #BCA13C;
}
</style>