Shades of Brass #BCA644
Tints of Brass #BCA644
RGB
CMYK
RGB Variations
Color information
#BCA644 (or 0xBCA644) is known color: Brass. HEX triplet: BC, A6 and 44. RGB value is (188,166,68). Sum of RGB (Red+Green+Blue) = 188+166+68=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA644 is #4359BB. Grayscale: #A1A1A1. Windows color (decimal): -4413884 or 4499132. OLE color: 4499132.
HSL color Cylindrical-coordinate representation of color #BCA644: hue angle of 49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCA644 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 68 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.26 |
| HSL | 49º | 0.47% | 0.5% | - |
| HSV(B) | 49º | 0.64% | 0.74% | - |
| XYZ | 35.42 | 38.38 | 11.01 | - |
| YUV | 161.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 68 | 0 | 0.12 | 0.64 | 0.26 | 49 | 0.47 | 0.5 |
| Hex | BC | A6 | 44 | 0 | C | 40 | 1A | 31 | 2F | 32 |
| Octal | 274 | 246 | 104 | 0 | 14 | 100 | 32 | 61 | 57 | 62 |
| Binary | 10111100 | 10100110 | 1000100 | 0 | 1100 | 1000000 | 11010 | 110001 | 101111 | 110010 |
Color Harmonies of #BCA644
Complementary color
Monochromatic Colors of #BCA644
Black with #BCA644
Text Example
Text Example
White with #BCA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA644; }
p { color: rgb(188,166,68); }
H1.HeaderClassName
{
color: #BCA644;
}
.AnyTagClassName
{
color: #BCA644;
}
</style>
background-color css
<style>
a { background-color: #BCA644; }
a { background-color: rgb(188,166,68); }
div.DivClassName
{
background-color: #BCA644;
}
.BgClassName
{
background-color: #BCA644;
}
</style>
border-color css
<style>
span { border-color: #BCA644; }
span { border-color: rgb(188,166,68); }
td.TdClassName
{
border-color: #BCA644;
}
.TagClassName
{
border-color: #BCA644;
}
</style>