Shades of Brass #BCA63E
Tints of Brass #BCA63E
RGB
CMYK
RGB Variations
Color information
#BCA63E (or 0xBCA63E) is known color: Brass. HEX triplet: BC, A6 and 3E. RGB value is (188,166,62). Sum of RGB (Red+Green+Blue) = 188+166+62=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA63E is #4359C1. Grayscale: #A1A1A1. Windows color (decimal): -4413890 or 4105916. OLE color: 4105916.
HSL color Cylindrical-coordinate representation of color #BCA63E: hue angle of 49.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCA63E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 62 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.26 |
| HSL | 49.52º | 0.5% | 0.49% | - |
| HSV(B) | 49.52º | 0.67% | 0.74% | - |
| XYZ | 35.24 | 38.31 | 10.09 | - |
| YUV | 160.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 62 | 0 | 0.12 | 0.67 | 0.26 | 49.52 | 0.5 | 0.49 |
| Hex | BC | A6 | 3E | 0 | C | 43 | 1A | 32 | 32 | 31 |
| Octal | 274 | 246 | 76 | 0 | 14 | 103 | 32 | 62 | 62 | 61 |
| Binary | 10111100 | 10100110 | 111110 | 0 | 1100 | 1000011 | 11010 | 110010 | 110010 | 110001 |
Color Harmonies of #BCA63E
Complementary color
Monochromatic Colors of #BCA63E
Black with #BCA63E
Text Example
Text Example
White with #BCA63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA63E; }
p { color: rgb(188,166,62); }
H1.HeaderClassName
{
color: #BCA63E;
}
.AnyTagClassName
{
color: #BCA63E;
}
</style>
background-color css
<style>
a { background-color: #BCA63E; }
a { background-color: rgb(188,166,62); }
div.DivClassName
{
background-color: #BCA63E;
}
.BgClassName
{
background-color: #BCA63E;
}
</style>
border-color css
<style>
span { border-color: #BCA63E; }
span { border-color: rgb(188,166,62); }
td.TdClassName
{
border-color: #BCA63E;
}
.TagClassName
{
border-color: #BCA63E;
}
</style>