Shades of Brass #BCA143
Tints of Brass #BCA143
RGB
CMYK
RGB Variations
Color information
#BCA143 (or 0xBCA143) is known color: Brass. HEX triplet: BC, A1 and 43. RGB value is (188,161,67). Sum of RGB (Red+Green+Blue) = 188+161+67=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA143 is #435EBC. Grayscale: #9E9E9E. Windows color (decimal): -4415165 or 4432316. OLE color: 4432316.
HSL color Cylindrical-coordinate representation of color #BCA143: hue angle of 46.61º 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 #BCA143 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 67 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.26 |
| HSL | 46.61º | 0.47% | 0.5% | - |
| HSV(B) | 46.61º | 0.64% | 0.74% | - |
| XYZ | 34.5 | 36.59 | 10.55 | - |
| YUV | 158.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 67 | 0 | 0.14 | 0.64 | 0.26 | 46.61 | 0.47 | 0.5 |
| Hex | BC | A1 | 43 | 0 | E | 40 | 1A | 2F | 2F | 32 |
| Octal | 274 | 241 | 103 | 0 | 16 | 100 | 32 | 57 | 57 | 62 |
| Binary | 10111100 | 10100001 | 1000011 | 0 | 1110 | 1000000 | 11010 | 101111 | 101111 | 110010 |
Color Harmonies of #BCA143
Complementary color
Monochromatic Colors of #BCA143
Black with #BCA143
Text Example
Text Example
White with #BCA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA143; }
p { color: rgb(188,161,67); }
H1.HeaderClassName
{
color: #BCA143;
}
.AnyTagClassName
{
color: #BCA143;
}
</style>
background-color css
<style>
a { background-color: #BCA143; }
a { background-color: rgb(188,161,67); }
div.DivClassName
{
background-color: #BCA143;
}
.BgClassName
{
background-color: #BCA143;
}
</style>
border-color css
<style>
span { border-color: #BCA143; }
span { border-color: rgb(188,161,67); }
td.TdClassName
{
border-color: #BCA143;
}
.TagClassName
{
border-color: #BCA143;
}
</style>