Shades of Brass #BCAE3E
Tints of Brass #BCAE3E
RGB
CMYK
RGB Variations
Color information
#BCAE3E (or 0xBCAE3E) is known color: Brass. HEX triplet: BC, AE and 3E. RGB value is (188,174,62). Sum of RGB (Red+Green+Blue) = 188+174+62=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE3E is #4351C1. Grayscale: #A5A5A5. Windows color (decimal): -4411842 or 4107964. OLE color: 4107964.
HSL color Cylindrical-coordinate representation of color #BCAE3E: hue angle of 53.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCAE3E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 62 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.26 |
| HSL | 53.33º | 0.5% | 0.49% | - |
| HSV(B) | 53.33º | 0.67% | 0.74% | - |
| XYZ | 36.74 | 41.31 | 10.59 | - |
| YUV | 165.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 62 | 0 | 0.07 | 0.67 | 0.26 | 53.33 | 0.5 | 0.49 |
| Hex | BC | AE | 3E | 0 | 7 | 43 | 1A | 35 | 32 | 31 |
| Octal | 274 | 256 | 76 | 0 | 7 | 103 | 32 | 65 | 62 | 61 |
| Binary | 10111100 | 10101110 | 111110 | 0 | 111 | 1000011 | 11010 | 110101 | 110010 | 110001 |
Color Harmonies of #BCAE3E
Complementary color
Monochromatic Colors of #BCAE3E
Black with #BCAE3E
Text Example
Text Example
White with #BCAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE3E; }
p { color: rgb(188,174,62); }
H1.HeaderClassName
{
color: #BCAE3E;
}
.AnyTagClassName
{
color: #BCAE3E;
}
</style>
background-color css
<style>
a { background-color: #BCAE3E; }
a { background-color: rgb(188,174,62); }
div.DivClassName
{
background-color: #BCAE3E;
}
.BgClassName
{
background-color: #BCAE3E;
}
</style>
border-color css
<style>
span { border-color: #BCAE3E; }
span { border-color: rgb(188,174,62); }
td.TdClassName
{
border-color: #BCAE3E;
}
.TagClassName
{
border-color: #BCAE3E;
}
</style>