Shades of Brass #BCAA3E
Tints of Brass #BCAA3E
RGB
CMYK
RGB Variations
Color information
#BCAA3E (or 0xBCAA3E) is known color: Brass. HEX triplet: BC, AA and 3E. RGB value is (188,170,62). Sum of RGB (Red+Green+Blue) = 188+170+62=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA3E is #4355C1. Grayscale: #A3A3A3. Windows color (decimal): -4412866 or 4106940. OLE color: 4106940.
HSL color Cylindrical-coordinate representation of color #BCAA3E: hue angle of 51.43º 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 #BCAA3E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 62 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.26 |
| HSL | 51.43º | 0.5% | 0.49% | - |
| HSV(B) | 51.43º | 0.67% | 0.74% | - |
| XYZ | 35.98 | 39.79 | 10.34 | - |
| YUV | 163.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 62 | 0 | 0.10 | 0.67 | 0.26 | 51.43 | 0.5 | 0.49 |
| Hex | BC | AA | 3E | 0 | A | 43 | 1A | 33 | 32 | 31 |
| Octal | 274 | 252 | 76 | 0 | 12 | 103 | 32 | 63 | 62 | 61 |
| Binary | 10111100 | 10101010 | 111110 | 0 | 1010 | 1000011 | 11010 | 110011 | 110010 | 110001 |
Color Harmonies of #BCAA3E
Complementary color
Monochromatic Colors of #BCAA3E
Black with #BCAA3E
Text Example
Text Example
White with #BCAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA3E; }
p { color: rgb(188,170,62); }
H1.HeaderClassName
{
color: #BCAA3E;
}
.AnyTagClassName
{
color: #BCAA3E;
}
</style>
background-color css
<style>
a { background-color: #BCAA3E; }
a { background-color: rgb(188,170,62); }
div.DivClassName
{
background-color: #BCAA3E;
}
.BgClassName
{
background-color: #BCAA3E;
}
</style>
border-color css
<style>
span { border-color: #BCAA3E; }
span { border-color: rgb(188,170,62); }
td.TdClassName
{
border-color: #BCAA3E;
}
.TagClassName
{
border-color: #BCAA3E;
}
</style>