Shades of Brass #BCAE3C
Tints of Brass #BCAE3C
RGB
CMYK
RGB Variations
Color information
#BCAE3C (or 0xBCAE3C) is known color: Brass. HEX triplet: BC, AE and 3C. RGB value is (188,174,60). Sum of RGB (Red+Green+Blue) = 188+174+60=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE3C is #4351C3. Grayscale: #A5A5A5. Windows color (decimal): -4411844 or 3976892. OLE color: 3976892.
HSL color Cylindrical-coordinate representation of color #BCAE3C: hue angle of 53.44º 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 #BCAE3C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 60 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.26 |
| HSL | 53.44º | 0.52% | 0.49% | - |
| HSV(B) | 53.44º | 0.68% | 0.74% | - |
| XYZ | 36.69 | 41.29 | 10.31 | - |
| YUV | 165.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 60 | 0 | 0.07 | 0.68 | 0.26 | 53.44 | 0.52 | 0.49 |
| Hex | BC | AE | 3C | 0 | 7 | 44 | 1A | 35 | 34 | 31 |
| Octal | 274 | 256 | 74 | 0 | 7 | 104 | 32 | 65 | 64 | 61 |
| Binary | 10111100 | 10101110 | 111100 | 0 | 111 | 1000100 | 11010 | 110101 | 110100 | 110001 |
Color Harmonies of #BCAE3C
Complementary color
Monochromatic Colors of #BCAE3C
Black with #BCAE3C
Text Example
Text Example
White with #BCAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE3C; }
p { color: rgb(188,174,60); }
H1.HeaderClassName
{
color: #BCAE3C;
}
.AnyTagClassName
{
color: #BCAE3C;
}
</style>
background-color css
<style>
a { background-color: #BCAE3C; }
a { background-color: rgb(188,174,60); }
div.DivClassName
{
background-color: #BCAE3C;
}
.BgClassName
{
background-color: #BCAE3C;
}
</style>
border-color css
<style>
span { border-color: #BCAE3C; }
span { border-color: rgb(188,174,60); }
td.TdClassName
{
border-color: #BCAE3C;
}
.TagClassName
{
border-color: #BCAE3C;
}
</style>