Shades of Brass #BCA63D
Tints of Brass #BCA63D
RGB
CMYK
RGB Variations
Color information
#BCA63D (or 0xBCA63D) is known color: Brass. HEX triplet: BC, A6 and 3D. RGB value is (188,166,61). Sum of RGB (Red+Green+Blue) = 188+166+61=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA63D is #4359C2. Grayscale: #A1A1A1. Windows color (decimal): -4413891 or 4040380. OLE color: 4040380.
HSL color Cylindrical-coordinate representation of color #BCA63D: hue angle of 49.61º degrees, saturation: 0.51, 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 #BCA63D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 61 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.26 |
| HSL | 49.61º | 0.51% | 0.49% | - |
| HSV(B) | 49.61º | 0.68% | 0.74% | - |
| XYZ | 35.22 | 38.3 | 9.95 | - |
| YUV | 160.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 61 | 0 | 0.12 | 0.68 | 0.26 | 49.61 | 0.51 | 0.49 |
| Hex | BC | A6 | 3D | 0 | C | 44 | 1A | 32 | 33 | 31 |
| Octal | 274 | 246 | 75 | 0 | 14 | 104 | 32 | 62 | 63 | 61 |
| Binary | 10111100 | 10100110 | 111101 | 0 | 1100 | 1000100 | 11010 | 110010 | 110011 | 110001 |
Color Harmonies of #BCA63D
Complementary color
Monochromatic Colors of #BCA63D
Black with #BCA63D
Text Example
Text Example
White with #BCA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA63D; }
p { color: rgb(188,166,61); }
H1.HeaderClassName
{
color: #BCA63D;
}
.AnyTagClassName
{
color: #BCA63D;
}
</style>
background-color css
<style>
a { background-color: #BCA63D; }
a { background-color: rgb(188,166,61); }
div.DivClassName
{
background-color: #BCA63D;
}
.BgClassName
{
background-color: #BCA63D;
}
</style>
border-color css
<style>
span { border-color: #BCA63D; }
span { border-color: rgb(188,166,61); }
td.TdClassName
{
border-color: #BCA63D;
}
.TagClassName
{
border-color: #BCA63D;
}
</style>