Shades of Brass #BCA145
Tints of Brass #BCA145
RGB
CMYK
RGB Variations
Color information
#BCA145 (or 0xBCA145) is known color: Brass. HEX triplet: BC, A1 and 45. RGB value is (188,161,69). Sum of RGB (Red+Green+Blue) = 188+161+69=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA145 is #435EBA. Grayscale: #9E9E9E. Windows color (decimal): -4415163 or 4563388. OLE color: 4563388.
HSL color Cylindrical-coordinate representation of color #BCA145: hue angle of 46.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCA145 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 69 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.26 |
| HSL | 46.39º | 0.47% | 0.5% | - |
| HSV(B) | 46.39º | 0.63% | 0.74% | - |
| XYZ | 34.56 | 36.61 | 10.88 | - |
| YUV | 158.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 69 | 0 | 0.14 | 0.63 | 0.26 | 46.39 | 0.47 | 0.5 |
| Hex | BC | A1 | 45 | 0 | E | 3F | 1A | 2E | 2F | 32 |
| Octal | 274 | 241 | 105 | 0 | 16 | 77 | 32 | 56 | 57 | 62 |
| Binary | 10111100 | 10100001 | 1000101 | 0 | 1110 | 111111 | 11010 | 101110 | 101111 | 110010 |
Color Harmonies of #BCA145
Complementary color
Monochromatic Colors of #BCA145
Black with #BCA145
Text Example
Text Example
White with #BCA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA145; }
p { color: rgb(188,161,69); }
H1.HeaderClassName
{
color: #BCA145;
}
.AnyTagClassName
{
color: #BCA145;
}
</style>
background-color css
<style>
a { background-color: #BCA145; }
a { background-color: rgb(188,161,69); }
div.DivClassName
{
background-color: #BCA145;
}
.BgClassName
{
background-color: #BCA145;
}
</style>
border-color css
<style>
span { border-color: #BCA145; }
span { border-color: rgb(188,161,69); }
td.TdClassName
{
border-color: #BCA145;
}
.TagClassName
{
border-color: #BCA145;
}
</style>