Shades of Brass #BCA844
Tints of Brass #BCA844
RGB
CMYK
RGB Variations
Color information
#BCA844 (or 0xBCA844) is known color: Brass. HEX triplet: BC, A8 and 44. RGB value is (188,168,68). Sum of RGB (Red+Green+Blue) = 188+168+68=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA844 is #4357BB. Grayscale: #A2A2A2. Windows color (decimal): -4413372 or 4499644. OLE color: 4499644.
HSL color Cylindrical-coordinate representation of color #BCA844: hue angle of 50º 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 #BCA844 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 68 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.26 |
| HSL | 50º | 0.47% | 0.5% | - |
| HSV(B) | 50º | 0.64% | 0.74% | - |
| XYZ | 35.79 | 39.11 | 11.13 | - |
| YUV | 162.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 68 | 0 | 0.11 | 0.64 | 0.26 | 50 | 0.47 | 0.5 |
| Hex | BC | A8 | 44 | 0 | B | 40 | 1A | 32 | 2F | 32 |
| Octal | 274 | 250 | 104 | 0 | 13 | 100 | 32 | 62 | 57 | 62 |
| Binary | 10111100 | 10101000 | 1000100 | 0 | 1011 | 1000000 | 11010 | 110010 | 101111 | 110010 |
Color Harmonies of #BCA844
Complementary color
Monochromatic Colors of #BCA844
Black with #BCA844
Text Example
Text Example
White with #BCA844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA844; }
p { color: rgb(188,168,68); }
H1.HeaderClassName
{
color: #BCA844;
}
.AnyTagClassName
{
color: #BCA844;
}
</style>
background-color css
<style>
a { background-color: #BCA844; }
a { background-color: rgb(188,168,68); }
div.DivClassName
{
background-color: #BCA844;
}
.BgClassName
{
background-color: #BCA844;
}
</style>
border-color css
<style>
span { border-color: #BCA844; }
span { border-color: rgb(188,168,68); }
td.TdClassName
{
border-color: #BCA844;
}
.TagClassName
{
border-color: #BCA844;
}
</style>