Shades of Brass #BCAD40
Tints of Brass #BCAD40
RGB
CMYK
RGB Variations
Color information
#BCAD40 (or 0xBCAD40) is known color: Brass. HEX triplet: BC, AD and 40. RGB value is (188,173,64). Sum of RGB (Red+Green+Blue) = 188+173+64=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD40 is #4352BF. Grayscale: #A5A5A5. Windows color (decimal): -4412096 or 4238780. OLE color: 4238780.
HSL color Cylindrical-coordinate representation of color #BCAD40: hue angle of 52.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCAD40 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 64 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.26 |
| HSL | 52.74º | 0.49% | 0.49% | - |
| HSV(B) | 52.74º | 0.66% | 0.74% | - |
| XYZ | 36.61 | 40.95 | 10.82 | - |
| YUV | 165.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 64 | 0 | 0.08 | 0.66 | 0.26 | 52.74 | 0.49 | 0.49 |
| Hex | BC | AD | 40 | 0 | 8 | 42 | 1A | 35 | 31 | 31 |
| Octal | 274 | 255 | 100 | 0 | 10 | 102 | 32 | 65 | 61 | 61 |
| Binary | 10111100 | 10101101 | 1000000 | 0 | 1000 | 1000010 | 11010 | 110101 | 110001 | 110001 |
Color Harmonies of #BCAD40
Complementary color
Monochromatic Colors of #BCAD40
Black with #BCAD40
Text Example
Text Example
White with #BCAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD40; }
p { color: rgb(188,173,64); }
H1.HeaderClassName
{
color: #BCAD40;
}
.AnyTagClassName
{
color: #BCAD40;
}
</style>
background-color css
<style>
a { background-color: #BCAD40; }
a { background-color: rgb(188,173,64); }
div.DivClassName
{
background-color: #BCAD40;
}
.BgClassName
{
background-color: #BCAD40;
}
</style>
border-color css
<style>
span { border-color: #BCAD40; }
span { border-color: rgb(188,173,64); }
td.TdClassName
{
border-color: #BCAD40;
}
.TagClassName
{
border-color: #BCAD40;
}
</style>