Shades of Brass #BCA73D
Tints of Brass #BCA73D
RGB
CMYK
RGB Variations
Color information
#BCA73D (or 0xBCA73D) is known color: Brass. HEX triplet: BC, A7 and 3D. RGB value is (188,167,61). Sum of RGB (Red+Green+Blue) = 188+167+61=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA73D is #4358C2. Grayscale: #A1A1A1. Windows color (decimal): -4413635 or 4040636. OLE color: 4040636.
HSL color Cylindrical-coordinate representation of color #BCA73D: hue angle of 50.08º 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 #BCA73D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 61 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.26 |
| HSL | 50.08º | 0.51% | 0.49% | - |
| HSV(B) | 50.08º | 0.68% | 0.74% | - |
| XYZ | 35.4 | 38.67 | 10.01 | - |
| YUV | 161.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 61 | 0 | 0.11 | 0.68 | 0.26 | 50.08 | 0.51 | 0.49 |
| Hex | BC | A7 | 3D | 0 | B | 44 | 1A | 32 | 33 | 31 |
| Octal | 274 | 247 | 75 | 0 | 13 | 104 | 32 | 62 | 63 | 61 |
| Binary | 10111100 | 10100111 | 111101 | 0 | 1011 | 1000100 | 11010 | 110010 | 110011 | 110001 |
Color Harmonies of #BCA73D
Complementary color
Monochromatic Colors of #BCA73D
Black with #BCA73D
Text Example
Text Example
White with #BCA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA73D; }
p { color: rgb(188,167,61); }
H1.HeaderClassName
{
color: #BCA73D;
}
.AnyTagClassName
{
color: #BCA73D;
}
</style>
background-color css
<style>
a { background-color: #BCA73D; }
a { background-color: rgb(188,167,61); }
div.DivClassName
{
background-color: #BCA73D;
}
.BgClassName
{
background-color: #BCA73D;
}
</style>
border-color css
<style>
span { border-color: #BCA73D; }
span { border-color: rgb(188,167,61); }
td.TdClassName
{
border-color: #BCA73D;
}
.TagClassName
{
border-color: #BCA73D;
}
</style>