Shades of Brass #BCAD3C
Tints of Brass #BCAD3C
RGB
CMYK
RGB Variations
Color information
#BCAD3C (or 0xBCAD3C) is known color: Brass. HEX triplet: BC, AD and 3C. RGB value is (188,173,60). Sum of RGB (Red+Green+Blue) = 188+173+60=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD3C is #4352C3. Grayscale: #A5A5A5. Windows color (decimal): -4412100 or 3976636. OLE color: 3976636.
HSL color Cylindrical-coordinate representation of color #BCAD3C: hue angle of 52.97º degrees, saturation: 0.52, 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 #BCAD3C is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 60 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.26 |
| HSL | 52.97º | 0.52% | 0.49% | - |
| HSV(B) | 52.97º | 0.68% | 0.74% | - |
| XYZ | 36.5 | 40.9 | 10.25 | - |
| YUV | 164.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 60 | 0 | 0.08 | 0.68 | 0.26 | 52.97 | 0.52 | 0.49 |
| Hex | BC | AD | 3C | 0 | 8 | 44 | 1A | 35 | 34 | 31 |
| Octal | 274 | 255 | 74 | 0 | 10 | 104 | 32 | 65 | 64 | 61 |
| Binary | 10111100 | 10101101 | 111100 | 0 | 1000 | 1000100 | 11010 | 110101 | 110100 | 110001 |
Color Harmonies of #BCAD3C
Complementary color
Monochromatic Colors of #BCAD3C
Black with #BCAD3C
Text Example
Text Example
White with #BCAD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD3C; }
p { color: rgb(188,173,60); }
H1.HeaderClassName
{
color: #BCAD3C;
}
.AnyTagClassName
{
color: #BCAD3C;
}
</style>
background-color css
<style>
a { background-color: #BCAD3C; }
a { background-color: rgb(188,173,60); }
div.DivClassName
{
background-color: #BCAD3C;
}
.BgClassName
{
background-color: #BCAD3C;
}
</style>
border-color css
<style>
span { border-color: #BCAD3C; }
span { border-color: rgb(188,173,60); }
td.TdClassName
{
border-color: #BCAD3C;
}
.TagClassName
{
border-color: #BCAD3C;
}
</style>