Shades of Brass #BCAE3F
Tints of Brass #BCAE3F
RGB
CMYK
RGB Variations
Color information
#BCAE3F (or 0xBCAE3F) is known color: Brass. HEX triplet: BC, AE and 3F. RGB value is (188,174,63). Sum of RGB (Red+Green+Blue) = 188+174+63=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE3F is #4351C0. Grayscale: #A5A5A5. Windows color (decimal): -4411841 or 4173500. OLE color: 4173500.
HSL color Cylindrical-coordinate representation of color #BCAE3F: hue angle of 53.28º degrees, saturation: 0.5, 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 #BCAE3F is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 63 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.26 |
| HSL | 53.28º | 0.5% | 0.49% | - |
| HSV(B) | 53.28º | 0.66% | 0.74% | - |
| XYZ | 36.77 | 41.32 | 10.74 | - |
| YUV | 165.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 63 | 0 | 0.07 | 0.66 | 0.26 | 53.28 | 0.5 | 0.49 |
| Hex | BC | AE | 3F | 0 | 7 | 42 | 1A | 35 | 32 | 31 |
| Octal | 274 | 256 | 77 | 0 | 7 | 102 | 32 | 65 | 62 | 61 |
| Binary | 10111100 | 10101110 | 111111 | 0 | 111 | 1000010 | 11010 | 110101 | 110010 | 110001 |
Color Harmonies of #BCAE3F
Complementary color
Monochromatic Colors of #BCAE3F
Black with #BCAE3F
Text Example
Text Example
White with #BCAE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAE3F; }
p { color: rgb(188,174,63); }
H1.HeaderClassName
{
color: #BCAE3F;
}
.AnyTagClassName
{
color: #BCAE3F;
}
</style>
background-color css
<style>
a { background-color: #BCAE3F; }
a { background-color: rgb(188,174,63); }
div.DivClassName
{
background-color: #BCAE3F;
}
.BgClassName
{
background-color: #BCAE3F;
}
</style>
border-color css
<style>
span { border-color: #BCAE3F; }
span { border-color: rgb(188,174,63); }
td.TdClassName
{
border-color: #BCAE3F;
}
.TagClassName
{
border-color: #BCAE3F;
}
</style>