Shades of Brass #BCA63B
Tints of Brass #BCA63B
RGB
CMYK
RGB Variations
Color information
#BCA63B (or 0xBCA63B) is known color: Brass. HEX triplet: BC, A6 and 3B. RGB value is (188,166,59). Sum of RGB (Red+Green+Blue) = 188+166+59=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA63B is #4359C4. Grayscale: #A0A0A0. Windows color (decimal): -4413893 or 3909308. OLE color: 3909308.
HSL color Cylindrical-coordinate representation of color #BCA63B: hue angle of 49.77º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCA63B is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 59 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.26 |
| HSL | 49.77º | 0.52% | 0.48% | - |
| HSV(B) | 49.77º | 0.69% | 0.74% | - |
| XYZ | 35.16 | 38.28 | 9.67 | - |
| YUV | 160.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 59 | 0 | 0.12 | 0.69 | 0.26 | 49.77 | 0.52 | 0.48 |
| Hex | BC | A6 | 3B | 0 | C | 45 | 1A | 32 | 34 | 30 |
| Octal | 274 | 246 | 73 | 0 | 14 | 105 | 32 | 62 | 64 | 60 |
| Binary | 10111100 | 10100110 | 111011 | 0 | 1100 | 1000101 | 11010 | 110010 | 110100 | 110000 |
Color Harmonies of #BCA63B
Complementary color
Monochromatic Colors of #BCA63B
Black with #BCA63B
Text Example
Text Example
White with #BCA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA63B; }
p { color: rgb(188,166,59); }
H1.HeaderClassName
{
color: #BCA63B;
}
.AnyTagClassName
{
color: #BCA63B;
}
</style>
background-color css
<style>
a { background-color: #BCA63B; }
a { background-color: rgb(188,166,59); }
div.DivClassName
{
background-color: #BCA63B;
}
.BgClassName
{
background-color: #BCA63B;
}
</style>
border-color css
<style>
span { border-color: #BCA63B; }
span { border-color: rgb(188,166,59); }
td.TdClassName
{
border-color: #BCA63B;
}
.TagClassName
{
border-color: #BCA63B;
}
</style>