Shades of Brass #BCAC3C
Tints of Brass #BCAC3C
RGB
CMYK
RGB Variations
Color information
#BCAC3C (or 0xBCAC3C) is known color: Brass. HEX triplet: BC, AC and 3C. RGB value is (188,172,60). Sum of RGB (Red+Green+Blue) = 188+172+60=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC3C is #4353C3. Grayscale: #A4A4A4. Windows color (decimal): -4412356 or 3976380. OLE color: 3976380.
HSL color Cylindrical-coordinate representation of color #BCAC3C: hue angle of 52.5º 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 #BCAC3C is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 60 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.26 |
| HSL | 52.5º | 0.52% | 0.49% | - |
| HSV(B) | 52.5º | 0.68% | 0.74% | - |
| XYZ | 36.31 | 40.52 | 10.18 | - |
| YUV | 164.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 60 | 0 | 0.09 | 0.68 | 0.26 | 52.5 | 0.52 | 0.49 |
| Hex | BC | AC | 3C | 0 | 9 | 44 | 1A | 34 | 34 | 31 |
| Octal | 274 | 254 | 74 | 0 | 11 | 104 | 32 | 64 | 64 | 61 |
| Binary | 10111100 | 10101100 | 111100 | 0 | 1001 | 1000100 | 11010 | 110100 | 110100 | 110001 |
Color Harmonies of #BCAC3C
Complementary color
Monochromatic Colors of #BCAC3C
Black with #BCAC3C
Text Example
Text Example
White with #BCAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC3C; }
p { color: rgb(188,172,60); }
H1.HeaderClassName
{
color: #BCAC3C;
}
.AnyTagClassName
{
color: #BCAC3C;
}
</style>
background-color css
<style>
a { background-color: #BCAC3C; }
a { background-color: rgb(188,172,60); }
div.DivClassName
{
background-color: #BCAC3C;
}
.BgClassName
{
background-color: #BCAC3C;
}
</style>
border-color css
<style>
span { border-color: #BCAC3C; }
span { border-color: rgb(188,172,60); }
td.TdClassName
{
border-color: #BCAC3C;
}
.TagClassName
{
border-color: #BCAC3C;
}
</style>