Shades of Brass #BCA03D
Tints of Brass #BCA03D
RGB
CMYK
RGB Variations
Color information
#BCA03D (or 0xBCA03D) is known color: Brass. HEX triplet: BC, A0 and 3D. RGB value is (188,160,61). Sum of RGB (Red+Green+Blue) = 188+160+61=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA03D is #435FC2. Grayscale: #9D9D9D. Windows color (decimal): -4415427 or 4038844. OLE color: 4038844.
HSL color Cylindrical-coordinate representation of color #BCA03D: hue angle of 46.77º 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 #BCA03D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 61 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.26 |
| HSL | 46.77º | 0.51% | 0.49% | - |
| HSV(B) | 46.77º | 0.68% | 0.74% | - |
| XYZ | 34.15 | 36.17 | 9.6 | - |
| YUV | 157.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 61 | 0 | 0.15 | 0.68 | 0.26 | 46.77 | 0.51 | 0.49 |
| Hex | BC | A0 | 3D | 0 | F | 44 | 1A | 2F | 33 | 31 |
| Octal | 274 | 240 | 75 | 0 | 17 | 104 | 32 | 57 | 63 | 61 |
| Binary | 10111100 | 10100000 | 111101 | 0 | 1111 | 1000100 | 11010 | 101111 | 110011 | 110001 |
Color Harmonies of #BCA03D
Complementary color
Monochromatic Colors of #BCA03D
Black with #BCA03D
Text Example
Text Example
White with #BCA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA03D; }
p { color: rgb(188,160,61); }
H1.HeaderClassName
{
color: #BCA03D;
}
.AnyTagClassName
{
color: #BCA03D;
}
</style>
background-color css
<style>
a { background-color: #BCA03D; }
a { background-color: rgb(188,160,61); }
div.DivClassName
{
background-color: #BCA03D;
}
.BgClassName
{
background-color: #BCA03D;
}
</style>
border-color css
<style>
span { border-color: #BCA03D; }
span { border-color: rgb(188,160,61); }
td.TdClassName
{
border-color: #BCA03D;
}
.TagClassName
{
border-color: #BCA03D;
}
</style>