Shades of Brass #BCAA37
Tints of Brass #BCAA37
RGB
CMYK
RGB Variations
Color information
#BCAA37 (or 0xBCAA37) is known color: Brass. HEX triplet: BC, AA and 37. RGB value is (188,170,55). Sum of RGB (Red+Green+Blue) = 188+170+55=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA37 is #4355C8. Grayscale: #A2A2A2. Windows color (decimal): -4412873 or 3648188. OLE color: 3648188.
HSL color Cylindrical-coordinate representation of color #BCAA37: hue angle of 51.88º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCAA37 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 55 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.26 |
| HSL | 51.88º | 0.55% | 0.48% | - |
| HSV(B) | 51.88º | 0.71% | 0.74% | - |
| XYZ | 35.8 | 39.72 | 9.39 | - |
| YUV | 162.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 55 | 0 | 0.10 | 0.71 | 0.26 | 51.88 | 0.55 | 0.48 |
| Hex | BC | AA | 37 | 0 | A | 47 | 1A | 34 | 37 | 30 |
| Octal | 274 | 252 | 67 | 0 | 12 | 107 | 32 | 64 | 67 | 60 |
| Binary | 10111100 | 10101010 | 110111 | 0 | 1010 | 1000111 | 11010 | 110100 | 110111 | 110000 |
Color Harmonies of #BCAA37
Complementary color
Monochromatic Colors of #BCAA37
Black with #BCAA37
Text Example
Text Example
White with #BCAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA37; }
p { color: rgb(188,170,55); }
H1.HeaderClassName
{
color: #BCAA37;
}
.AnyTagClassName
{
color: #BCAA37;
}
</style>
background-color css
<style>
a { background-color: #BCAA37; }
a { background-color: rgb(188,170,55); }
div.DivClassName
{
background-color: #BCAA37;
}
.BgClassName
{
background-color: #BCAA37;
}
</style>
border-color css
<style>
span { border-color: #BCAA37; }
span { border-color: rgb(188,170,55); }
td.TdClassName
{
border-color: #BCAA37;
}
.TagClassName
{
border-color: #BCAA37;
}
</style>